]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Missing typing stubs
[pygost.git] / setup.py
index 5f877ce55c0601443b6716d426afe1991fc5456e..b17daef04437535e482ee66735ffd546016b79cf 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ setup(
         "Topic :: Security :: Cryptography",
         "Topic :: Software Development :: Libraries :: Python Modules",
     ],
+    packages=["pygost"],
     package_data={
         "pygost": ["stubs/**/*.pyi"],
     },
@@ -37,4 +38,5 @@ setup(
             "VERSION",
         )),
     ),
+    tests_require=["pyderasn~=4.4"],
 )