]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Tupled classifiers can not be handled by pyshop
[pygost.git] / 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"],
     },