From b3c227d1c71887aefe47fd76bfdcbaf4ea3ebe57 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 22 Mar 2022 10:16:40 +0000 Subject: [PATCH] setup: Replace dashes with underscores, add links This resolves a warning in recent versions of pip. Change-Id: I13314917c3f21d7752bdbc3cb869f3e022daa25f Signed-off-by: Stephen Finucane --- setup.cfg | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5ccfe73..086f3f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,18 @@ [metadata] name = os-resource-classes summary = Resource Classes for OpenStack -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/os-resource-classes/latest/ -python-requires = >=3.8 +author_email = openstack-discuss@lists.openstack.org +url = https://docs.openstack.org/os-resource-classes/latest/ +project_urls = + Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/os-resource-classes + Documentation = https://docs.openstack.org/os-resource-classes/ + Source Code = https://opendev.org/openstack/os-resource-classes +python_requires = >=3.8 classifier = + Development Status :: 5 - Production/Stable Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators