mirror of
https://github.com/wassname/pyreadline.git
synced 2026-09-11 12:30:38 +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:
@@ -18,12 +18,17 @@ 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'],
|
||||
package_data = {'pyreadline':['configuration/*']},
|
||||
data_files = [('share/doc/pyreadline', glob.glob("doc/*")),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user