Add setuptools directive to include PKG-INFO.
parent
694ae87410
commit
a5c0f8f1cf
3
setup.py
3
setup.py
|
@ -27,6 +27,7 @@ It is intended for use with Python 2.6 or greater.",
|
||||||
url="https://github.com/isislovecruft/python-gnupg",
|
url="https://github.com/isislovecruft/python-gnupg",
|
||||||
package_dir={'gnupg': 'src'},
|
package_dir={'gnupg': 'src'},
|
||||||
packages=['gnupg'],
|
packages=['gnupg'],
|
||||||
|
include_package_data=True,
|
||||||
platforms="Linux, BSD, OSX, Windows",
|
platforms="Linux, BSD, OSX, Windows",
|
||||||
download_url="https://github.com/isislovecruft/python-gnupg/archive/develop.zip",
|
download_url="https://github.com/isislovecruft/python-gnupg/archive/develop.zip",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
@ -45,4 +46,4 @@ It is intended for use with Python 2.6 or greater.",
|
||||||
'Classifier:: Topic :: Security :: Cryptography',
|
'Classifier:: Topic :: Security :: Cryptography',
|
||||||
'Classifier:: Topic :: Software Development :: Libraries :: Python Modules',
|
'Classifier:: Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
'Classifier:: Topic :: Utilities',]
|
'Classifier:: Topic :: Utilities',]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue