]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Completely get rid of addmod
[pygost.git] / setup.py
index 798e8223364b71cb6486e3d50836c63788d153bf..9d198fe50936c23a8d91d6a946b3bfc51252f815 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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"],
 )