X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=3daacac876dda85983d10bd9564abebefb239176;hb=5e92533267cb41c42af1243592c530304d18bff5;hp=798e8223364b71cb6486e3d50836c63788d153bf;hpb=5ecaafbe1a87f9a311a18574653e6dbc75a776b9;p=pygost.git diff --git a/setup.py b/setup.py index 798e822..3daacac 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( long_description=open("README", "rb").read().decode("utf-8"), author="Sergey Matveev", author_email="stargrave@stargrave.org", - url="http://pygost.cypherpunks.ru/", + url="http://www.pygost.cypherpunks.ru/", license="GPLv3", classifiers=[ "Development Status :: 5 - Production/Stable", @@ -27,16 +27,16 @@ setup( "pygost": ["stubs/**/*.pyi"], }, data_files=( - ('', ( + ("", ( "AUTHORS", "COPYING", + "FAQ", "INSTALL", "NEWS", - "PUBKEY.asc", "README", "THANKS", "VERSION", )), ), - tests_require=["pyderasn~=4.4"], + tests_require=["pyderasn~=8.1"], )