Merge "setup.cfg: Resolve warning"

This commit is contained in:
Zuul
2021-03-11 06:42:38 +00:00
committed by Gerrit Code Review

View File

@@ -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