]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
AppliedCryptography's Sbox equals to TestParamSet
[pygost.git] / setup.py
index 3f0d1c38a58990478a3b42bc8e9765541744d89b..accf9d13f61faed10e19ac37f63881b031854f91 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,6 +6,7 @@ setup(
     name="pygost",
     version=version,
     description="Pure Python GOST cryptographic functions library",
+    long_description=open("README", "rb").read().decode("utf-8"),
     author="Sergey Matveev",
     author_email="stargrave@stargrave.org",
     url="http://pygost.cypherpunks.ru/",