summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 280f9f0..e50a4d5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,11 @@
[metadata]
name = stevedore
-description-file = README.rst
+description_file = README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
+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
+home_page = https://docs.openstack.org/stevedore/latest/
+python_requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License