summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYandong Xuan <xuanyandong@inspur.com>2021-04-26 14:52:25 +0800
committerYandong Xuan <xuanyandong@inspur.com>2021-04-26 14:52:25 +0800
commitf588aba8b51e5b4d498821b1e795f2f33f4773ad (patch)
treeb6ea1f0c40e4d769d5641f237cd5560c8e098394
parent082dabb1b7186f614664f69db32f80918b20d624 (diff)
downloadceilometermiddleware-f588aba8b51e5b4d498821b1e795f2f33f4773ad.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: Iafa5424d5c337226f5795f6e79b530f4e8b499e2
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index f5822a4..ffe6018 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
name = ceilometermiddleware
summary = OpenStack Telemetry middleware for generating metrics
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/ceilometermiddleware/latest/
-python-requires = >=3.6
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/ceilometermiddleware/latest/
+python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology