X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=0093ad01c6df98a8a8a971f1b00b6c8d61adef9c;hb=21a30721c31912c296e1faced73e2fd0db191be9;hp=5f877ce55c0601443b6716d426afe1991fc5456e;hpb=3b1728851080b3182c97c1dc3d262a6b2811359c;p=pygost.git diff --git a/setup.py b/setup.py index 5f877ce..0093ad0 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ setup( "Topic :: Security :: Cryptography", "Topic :: Software Development :: Libraries :: Python Modules", ], + packages=["pygost", "pygost.asn1schemas"], package_data={ "pygost": ["stubs/**/*.pyi"], }, @@ -37,4 +38,5 @@ setup( "VERSION", )), ), + tests_require=["pyderasn~=4.4"], )