X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=3daacac876dda85983d10bd9564abebefb239176;hb=a9f7e3dfc59a987c3d6cce4108f18d9f6b72867b;hp=9d198fe50936c23a8d91d6a946b3bfc51252f815;hpb=e7fae28f423f724e40fd3d8d2476fc08d45703d0;p=pygost.git diff --git a/setup.py b/setup.py index 9d198fe..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",