summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-08-16 18:24:39 +0100
committerStephen Finucane <stephenfin@redhat.com>2022-08-19 11:25:30 +0000
commit694fb6df1d37936005489c1aa5b7360b2c061b46 (patch)
treebd9bb0d319d13ee8e84dd02b852c63f135bec167
parent61a5b7f0934aec9380a80ddca70c24555f472caf (diff)
downloadzuul-694fb6df1d37936005489c1aa5b7360b2c061b46.tar.gz
setup: Replace dash-separated config
Resolve the following warnings: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Change-Id: Ibd13b66a1283714c2ceaecdfc0e1de7a5338df5f Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 382e12019..74905bf6c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
name = zuul
summary = A Project Gating System
-description-file =
+description_file =
README.rst
author = Zuul Team
-author-email = zuul-discuss@lists.zuul-ci.org
-home-page = https://zuul-ci.org/
-python-requires = >=3.8
+author_email = zuul-discuss@lists.zuul-ci.org
+home_page = https://zuul-ci.org/
+python_requires = >=3.8
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators