X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=724a16123b4566e954f0a7bc9dd7f6bec0cf361b;hb=6ffa181faaed35d38e9057c473363b5b6e44efd6;hp=b2d641d3e6d85fb8e3dcd97b0d7ada535e8974b7;hpb=42198ee69940c96930d81533ecf9cec87d34b27b;p=pyderasn.git diff --git a/setup.py b/setup.py index b2d641d..724a161 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( 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", @@ -23,11 +23,9 @@ setup( "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Communications", "Topic :: Software Development :: Libraries :: Python Modules", ], py_modules=["pyderasn"], - install_requires=["six"], )