X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=3f0d1c38a58990478a3b42bc8e9765541744d89b;hb=a7adf5ca0f1b4cd95d08f915a40c3272ef8f991e;hp=b9e28c64f0eabfd1a60bd780a55f4c121b850466;hpb=ed882ed01815dc22924810f4f0db7d5b18a19377;p=pygost.git diff --git a/setup.py b/setup.py index b9e28c6..3f0d1c3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( author_email="stargrave@stargrave.org", url="http://pygost.cypherpunks.ru/", license="GPLv3+", - classifiers=( + classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", @@ -19,7 +19,7 @@ setup( "Programming Language :: Python :: 3", "Topic :: Security :: Cryptography", "Topic :: Software Development :: Libraries :: Python Modules", - ), + ], package_data={ "pygost": ["stubs/**/*.pyi"], },