]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Hexadecimal is more convenient
[pygost.git] / setup.py
index 9d198fe50936c23a8d91d6a946b3bfc51252f815..3daacac876dda85983d10bd9564abebefb239176 100644 (file)
--- 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",