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
This commit is contained in:
Gregory Haynes 2016-12-19 18:51:55 +00:00
parent 029b6dd3d5
commit 7c4c304f8a
1 changed files with 2 additions and 1 deletions

View File

@ -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]