summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-11-22 20:46:27 +0000
committerGerrit Code Review <review@openstack.org>2013-11-22 20:46:27 +0000
commite8bb4d01a9ffa787d9115c58aad9e484d0ad8227 (patch)
tree7b8d2ea286c74cfa475b2367e44d315bbee8dcc8
parentad2324b8a87ec130a3314e7bd0793fac37a127e8 (diff)
parentc4ebf4318c248bb0983bfeb76bea93f8734d7992 (diff)
downloadpbr-e8bb4d01a9ffa787d9115c58aad9e484d0ad8227.tar.gz
Merge "Bump the development status classifier."
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index efd3489..07cff3c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,8 +7,8 @@ description-file =
README.rst
home-page = http://pypi.python.org/pypi/pbr
requires-python = >=2.6
-classifier =
- Development Status :: 4 - Beta
+classifier =
+ Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
@@ -29,7 +29,7 @@ setup-hooks =
warnerrors = True
[entry_points]
-distutils.setup_keywords =
+distutils.setup_keywords =
pbr = pbr.core:pbr
[build_sphinx]