]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Download link for 3.15 release
[pygost.git] / setup.py
index 558b8cf78639aa2167bbe8e82202c6c86fb0d2b1..0093ad01c6df98a8a8a971f1b00b6c8d61adef9c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(
         "Topic :: Security :: Cryptography",
         "Topic :: Software Development :: Libraries :: Python Modules",
     ],
-    packages=["pygost"],
+    packages=["pygost", "pygost.asn1schemas"],
     package_data={
         "pygost": ["stubs/**/*.pyi"],
     },
@@ -38,4 +38,5 @@ setup(
             "VERSION",
         )),
     ),
+    tests_require=["pyderasn~=4.4"],
 )