summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg16
1 files changed, 3 insertions, 13 deletions
diff --git a/setup.cfg b/setup.cfg
index f6db819..280f9f0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,22 +5,19 @@ author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Manage dynamic plugins for Python applications
home-page = https://docs.openstack.org/stevedore/latest/
+python-requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
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
Intended Audience :: Developers
Environment :: Console
-[global]
-setup-hooks =
- pbr.hooks.setup_hook
-
[files]
packages =
stevedore
@@ -30,15 +27,8 @@ stevedore.example.formatter =
simple = stevedore.example.simple:Simple
field = stevedore.example2.fields:FieldList
plain = stevedore.example.simple:Simple
-
stevedore.test.extension =
t1 = stevedore.tests.test_extension:FauxExtension
t2 = stevedore.tests.test_extension:FauxExtension
e1 = stevedore.tests.test_extension:BrokenExtension
e2 = stevedore.tests.notfound:UnimportableExtension
-
-[pbr]
-warnerrors = True
-
-[wheel]
-universal = true