]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Completely get rid of addmod
[pygost.git] / setup.py
index aa255a53d11047aa1579b593d7062b87dea6f78a..9d198fe50936c23a8d91d6a946b3bfc51252f815 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ setup(
         ('', (
             "AUTHORS",
             "COPYING",
+            "FAQ",
             "INSTALL",
             "NEWS",
             "README",
@@ -37,5 +38,5 @@ setup(
             "VERSION",
         )),
     ),
-    tests_require=["pyderasn~=4.4"],
+    tests_require=["pyderasn~=8.1"],
 )