]> Cypherpunks.ru repositories - pygost.git/commitdiff
Tupled classifiers can not be handled by pyshop
authorSergey Matveev <stargrave@stargrave.org>
Thu, 24 Aug 2017 11:35:32 +0000 (14:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 9 Dec 2018 10:00:16 +0000 (13:00 +0300)
setup.py

index b9e28c64f0eabfd1a60bd780a55f4c121b850466..3f0d1c38a58990478a3b42bc8e9765541744d89b 100644 (file)
--- 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"],
     },