X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=5f877ce55c0601443b6716d426afe1991fc5456e;hb=3b1728851080b3182c97c1dc3d262a6b2811359c;hp=3f0d1c38a58990478a3b42bc8e9765541744d89b;hpb=a7adf5ca0f1b4cd95d08f915a40c3272ef8f991e;p=pygost.git diff --git a/setup.py b/setup.py index 3f0d1c3..5f877ce 100644 --- 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/", @@ -15,6 +16,7 @@ setup( "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", + "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Security :: Cryptography",