From 7c4c304f8aee21cec8a98cf8eec55c0f2ff6cb4f Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Mon, 19 Dec 2016 18:51:55 +0000 Subject: [PATCH] Update our package classifiers Our setuptools action classifiers are woefully out of date, notably: we are no longer alpha and we support python3. Change-Id: I2425152129406e22073936275761bd5d850903fb --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3b936875..f352c6d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,10 +8,11 @@ author-email = openstack-dev@lists.openstack.org license: Apache License (2.0) home-page = http://docs.openstack.org/developer/diskimage-builder/ classifier = - Development Status :: 3 - Alpha + Development Status :: 5 - Production/Stable License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 Environment :: Console [build_sphinx]