summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 5 insertions, 8 deletions
diff --git a/setup.cfg b/setup.cfg
index 5ade52c..cc9fa0c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,12 @@
[metadata]
name = oslo.config
-author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
summary = Oslo Configuration API
description-file =
README.rst
+author = OpenStack
+author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/oslo.config/latest/
+python-requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
@@ -14,20 +15,16 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3 :: Only
+ Programming Language :: Python :: Implementation :: CPython
[files]
packages =
oslo_config
-[global]
-setup-hooks =
- pbr.hooks.setup_hook
-
[entry_points]
console_scripts =
oslo-config-generator = oslo_config.generator:main