X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=724a16123b4566e954f0a7bc9dd7f6bec0cf361b;hp=2bb5aaf464d389f582a523af263f7bc532de98f5;hb=6ffa181faaed35d38e9057c473363b5b6e44efd6;hpb=eda9a545dda258ca202cb812633239eefeb2c5d6 diff --git a/setup.py b/setup.py index 2bb5aaf..724a161 100644 --- a/setup.py +++ b/setup.py @@ -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"], )