]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
GOST PKCS#8 private keys are wrapped to OCTET STRING
[pygost.git] / setup.py
index 0093ad01c6df98a8a8a971f1b00b6c8d61adef9c..3daacac876dda85983d10bd9564abebefb239176 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,12 +9,12 @@ setup(
     long_description=open("README", "rb").read().decode("utf-8"),
     author="Sergey Matveev",
     author_email="stargrave@stargrave.org",
-    url="http://pygost.cypherpunks.ru/",
-    license="GPLv3+",
+    url="http://www.pygost.cypherpunks.ru/",
+    license="GPLv3",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Intended Audience :: Developers",
-        "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
+        "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
         "Natural Language :: English",
         "Operating System :: OS Independent",
         "Programming Language :: Python :: 2",
@@ -27,16 +27,16 @@ setup(
         "pygost": ["stubs/**/*.pyi"],
     },
     data_files=(
-        ('', (
+        ("", (
             "AUTHORS",
             "COPYING",
+            "FAQ",
             "INSTALL",
             "NEWS",
-            "PUBKEY.asc",
             "README",
             "THANKS",
             "VERSION",
         )),
     ),
-    tests_require=["pyderasn~=4.4"],
+    tests_require=["pyderasn~=8.1"],
 )