Officially remove Python 2 support from this point forward
[pyelftools.git] / setup.py
index c7faa07f39cf2c610953af0316adb4e5c0ff143c..023cf05c4416ebb77575504b4fb33de3c393fe75 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ setup(
     url='https://github.com/eliben/pyelftools',
     platforms='Cross Platform',
     classifiers = [
-        'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 3',
         ],