X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=aa255a53d11047aa1579b593d7062b87dea6f78a;hb=c80c7551777aaf4deb880b108870e6f889034a53;hp=0093ad01c6df98a8a8a971f1b00b6c8d61adef9c;hpb=5013b980d53a9969649a59535b7566f73f11521e;p=pygost.git diff --git a/setup.py b/setup.py index 0093ad0..aa255a5 100644 --- a/setup.py +++ b/setup.py @@ -10,11 +10,11 @@ setup( author="Sergey Matveev", author_email="stargrave@stargrave.org", url="http://pygost.cypherpunks.ru/", - license="GPLv3+", + license="GPLv3", classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", @@ -32,7 +32,6 @@ setup( "COPYING", "INSTALL", "NEWS", - "PUBKEY.asc", "README", "THANKS", "VERSION",