X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=b2d641d3e6d85fb8e3dcd97b0d7ada535e8974b7;hp=54b056c9ae5f644f66c24a3cd92ebafcb90d3885;hb=42198ee69940c96930d81533ecf9cec87d34b27b;hpb=20cfbf32cd8bc0f869004c625aad156556f8b06e diff --git a/setup.py b/setup.py index 54b056c..b2d641d 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/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",