]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Fix source files installation
[pygost.git] / setup.py
index 5f877ce55c0601443b6716d426afe1991fc5456e..558b8cf78639aa2167bbe8e82202c6c86fb0d2b1 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"],
     },