From a7adf5ca0f1b4cd95d08f915a40c3272ef8f991e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 24 Aug 2017 14:35:32 +0300 Subject: [PATCH] Tupled classifiers can not be handled by pyshop --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], }, -- 2.44.0