Adding Gary Bishops readline v1.12 as is from readline-1.12.zip under the name pyreadline.

This commit is contained in:
jstenar
2006-01-21 17:54:05 +00:00
parent dd2e48c6a2
commit 8dc66e3fa2
6 changed files with 2046 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from distutils.core import setup
setup(name="readline",
version="1.12",
description="Python implementation of GNU readline",
author="Gary Bishop",
author_email="gb@cs.unc.edu",
packages=['readline'],
)