]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - setup.py
Yet another URL change
[pyderasn.git] / setup.py
index 54b056c9ae5f644f66c24a3cd92ebafcb90d3885..2bb5aaf464d389f582a523af263f7bc532de98f5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,11 +8,11 @@ version = open("VERSION", "rb").read().strip().decode("ascii")
 setup(
     name="pyderasn",
     version=version,
-    description="Python ASN.1 DER/BER codec with abstract structures",
+    description="Python ASN.1 DER/CER/BER codec with abstract structures",
     long_description=open("README", "rb").read().decode("utf-8"),
     author="Sergey Matveev",
     author_email="stargrave@stargrave.org",
-    url="http://pyderasn.cypherpunks.ru/",
+    url="http://www.pyderasn.cypherpunks.ru/",
     license="LGPLv3",
     classifiers=[
         "Development Status :: 5 - Production/Stable",