]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Use curve's cofactor during VKO calculations
[pygost.git] / setup.py
index 798e8223364b71cb6486e3d50836c63788d153bf..a49e097f6ca0f4bc08561c2b31a86cd882145117 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
     long_description=open("README", "rb").read().decode("utf-8"),
     author="Sergey Matveev",
     author_email="stargrave@stargrave.org",
-    url="http://pygost.cypherpunks.ru/",
+    url="http://www.pygost.cypherpunks.ru/",
     license="GPLv3",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
@@ -30,13 +30,13 @@ setup(
         ('', (
             "AUTHORS",
             "COPYING",
+            "FAQ",
             "INSTALL",
             "NEWS",
-            "PUBKEY.asc",
             "README",
             "THANKS",
             "VERSION",
         )),
     ),
-    tests_require=["pyderasn~=4.4"],
+    tests_require=["pyderasn~=8.1"],
 )