summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorYuehuiLei <leiyuehui-s@inspur.com>2021-04-26 15:41:41 +0800
committerYuehuiLei <leiyuehui-s@inspur.com>2021-04-26 15:53:22 +0800
commit1703447131aa2502a6c819108c519b601b271a93 (patch)
tree39a53bf27fc2f2704364fe92f5da5bca861c4fbe /setup.cfg
parent10057702ac361213e74472ec1d0d4e4c4a041f09 (diff)
downloadkeystone-1703447131aa2502a6c819108c519b601b271a93.tar.gz
setup.cfg: Replace dashes with underscores
Resolves warnings like the following: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Change-Id: I81c2a24fbf3341ad73a6f3057e3e47010f2663fa
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 0155d201d..c5d1f2a18 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
name = keystone
summary = OpenStack Identity
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/keystone/latest
-python-requires = >=3.6
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/keystone/latest
+python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology