pyreadline-refactor: Merged changes from trunk 1158-1201 to refactor branch. Did some rearranging of method order in Readline

This commit is contained in:
jstenar
2006-03-12 14:52:00 +00:00
parent 8496194d71
commit c08f2b01ce
14 changed files with 207 additions and 113 deletions
+5 -1
View File
@@ -16,11 +16,15 @@ setup(name=name,
long_description = long_description,
author = authors["Jorgen"][0],
author_email = authors["Jorgen"][1],
maintainer = authors["Jorgen"][0],
maintainer_email = authors["Jorgen"][1],
license = license,
classifiers = classifiers,
url = url,
download_url = download_url,
# download_url = download_url,
platforms = platforms,
keywords = keywords,
py_modules = ['readline'],
packages = ['pyreadline'],
data_files = [('doc', glob.glob("doc/*")),
],