X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=3daacac876dda85983d10bd9564abebefb239176;hb=744398c0b6a3ab223d91cbf56a72932a7c87381d;hp=9ad663c2cf3cb47633c7ee8c5e6eb7d35233403e;hpb=c6b782134cc714f660c0777e802446d5c6553b7c;p=pygost.git diff --git a/setup.py b/setup.py index 9ad663c..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,7 +27,7 @@ setup( "pygost": ["stubs/**/*.pyi"], }, data_files=( - ('', ( + ("", ( "AUTHORS", "COPYING", "FAQ", @@ -38,5 +38,5 @@ setup( "VERSION", )), ), - tests_require=["pyderasn~=4.4"], + tests_require=["pyderasn~=8.1"], )