Add versioneer.py to scripts list in setup.py.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-07-02 09:17:03 +00:00
parent ec8ae825cc
commit 6326ec8a43
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ greater.""",
package_dir={'gnupg': 'gnupg'},
packages=['gnupg'],
package_data={'': ['README', 'LICENSE', 'TODO']},
scripts=['versioneer.py'],
install_requires=reqs,
dependency_links=deps,