Explicitly specify package dirs and names in setup.py.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-09 04:27:52 +00:00
parent e7f1899832
commit 744d5c64d3
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,8 @@ It is intended for use with Python 2.6 or greater.",
maintainer_email=__contact__,
url=__url__,
packages=setuptools.find_packages(),
package_dir={'gnupg': 'gnupg'},
packages=['gnupg'],
install_requires=reqs,
dependency_links=deps,