diff --git a/setup.cfg b/setup.cfg index 5a21620837d2..58de1ca03ee8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,18 @@ [metadata] name = nova summary = Cloud computing fabric controller -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/nova/latest/ -python-requires = >=3.6 -classifier = +author_email = openstack-discuss@lists.openstack.org +url = https://docs.openstack.org/nova/latest/ +project_urls = + Bug Tracker = https://bugs.launchpad.net/nova/ + Documentation = https://docs.openstack.org/nova/ + Source Code = https://opendev.org/openstack/nova +python_requires = >=3.6 +classifiers = + Development Status :: 5 - Production/Stable Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators