From cc9277b83c3514f13f8df00def749504a2c195d6 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 15 Mar 2017 12:46:32 +1100 Subject: [PATCH] Update the trove classifiers Some of our tools no longer work as expected under python2. We've set our basepython to python3 in tox. So lets call that out in our metadata. Change-Id: I62043a85cd5216ca45293f67476743f07c39d588 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 89011d62c1..1f8cb15e70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,8 +13,8 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 [files] packages = openstack_releases