Add setuptools directive to include PKG-INFO.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-28 11:01:13 +00:00
parent 694ae87410
commit a5c0f8f1cf
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ It is intended for use with Python 2.6 or greater.",
url="https://github.com/isislovecruft/python-gnupg",
package_dir={'gnupg': 'src'},
packages=['gnupg'],
include_package_data=True,
platforms="Linux, BSD, OSX, Windows",
download_url="https://github.com/isislovecruft/python-gnupg/archive/develop.zip",
classifiers=[
@ -45,4 +46,4 @@ It is intended for use with Python 2.6 or greater.",
'Classifier:: Topic :: Security :: Cryptography',
'Classifier:: Topic :: Software Development :: Libraries :: Python Modules',
'Classifier:: Topic :: Utilities',]
)
)