From 8360f70024330eeeb5c53d29e4a05194f872b511 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 17 Oct 2016 15:15:22 +1300 Subject: First-order conversion to Python3-only - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works. --- setup.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index abc80b33..0c359f1c 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,6 @@ setup( "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", @@ -93,13 +91,6 @@ setup( ], ':sys_platform != "win32"': [ ], - # Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380 - # Ubuntu Trusty and other still ship with setuptools < 17.1 - ':python_version == "2.7"': [ - "enum34>=1.0.4, <2", - "ipaddress>=1.0.15, <1.1", - "typing==3.5.2.2", - ], 'dev': [ "tox>=2.3, <3", "mock>=2.0, <2.1", -- cgit v1.2.3