X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=b17daef04437535e482ee66735ffd546016b79cf;hb=19be54195d2bcf580b4d3463e8613fbab2fe50f2;hp=5f877ce55c0601443b6716d426afe1991fc5456e;hpb=3b1728851080b3182c97c1dc3d262a6b2811359c;p=pygost.git diff --git a/setup.py b/setup.py index 5f877ce..b17daef 100644 --- 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"], )