From e0b9cb2a8c9c69822526908aa2841adc7f1322bb Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 19 May 2016 17:46:34 +0100 Subject: support Python 3.5 Signed-off-by: Thomas Grainger --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fac5129..8542711 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ extras_require = { ':python_version < "3.3"': 'ipaddress >= 1.0.16', } +version = None exec(open('docker/version.py').read()) with open('./test-requirements.txt') as test_reqs_txt: @@ -42,10 +43,13 @@ setup( 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Utilities', 'License :: OSI Approved :: Apache Software License', ], -- cgit v1.2.1