mirror of
https://github.com/wassname/pyreadline.git
synced 2026-09-10 12:20:43 +08:00
pyreadline-refactor: Merged changes from trunk 1158-1201 to refactor branch. Did some rearranging of method order in Readline
This commit is contained in:
+5
-1
@@ -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/*")),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user