From: Sergey Matveev Date: Thu, 24 Aug 2017 11:35:32 +0000 (+0300) Subject: Tupled classifiers can not be handled by pyshop X-Git-Tag: 3.15~48 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=a7adf5ca0f1b4cd95d08f915a40c3272ef8f991e Tupled classifiers can not be handled by pyshop --- 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"], },