summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYandong Xuan <xuanyandong@inspur.com>2021-05-01 15:14:09 +0800
committerYandong Xuan <xuanyandong@inspur.com>2021-05-01 15:15:45 +0800
commit290b8c068e1ebc11faf991df27438c91d4e94b38 (patch)
treecc5ed63d82227c02c2a64931558a69e2327583b2
parent3bde7a843f70d9d00ea51126199c480b6061e9db (diff)
downloaddesignate-290b8c068e1ebc11faf991df27438c91d4e94b38.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: I6c161fc4bbc1fafa576916bb9dc3a039c06f9ffa
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index a1f82ad6..f9463ba2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
name = designate
summary = DNS as a Service
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/designate/latest/
-python-requires = >=3.6
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/designate/latest/
+python_requires = >=3.6
classifier =
Environment :: OpenStack
Environment :: No Input/Output (Daemon)