Add README, LICENSE, and TODO to package_data in setup.py.

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

View File

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