X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=setup.py;h=343a01e0bb30b1819f192dce93c0944e5fe9f2c1;hp=762ee5bf85c24c22c546613edd044205ddf5ec55;hb=2d45a224943c79e95cbd4913b44420788bc6c17d;hpb=ce2545512540b451e07753a247a78fccfae699df diff --git a/setup.py b/setup.py index 762ee5b..343a01e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version = open("VERSION", "rb").read().strip().decode("ascii") setup( name="pyderasn", version=version, - description="Python ASN.1 DER codec with abstract structures", + description="Python ASN.1 DER/BER codec with abstract structures", long_description=open("README", "rb").read().decode("utf-8"), author="Sergey Matveev", author_email="stargrave@stargrave.org",