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: I48e7228c26a34265c5709d8688f01efceacf8269
This commit is contained in:
parent
49dbf521d6
commit
6adb346584
10
setup.cfg
10
setup.cfg
@ -1,12 +1,12 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = ovn-octavia-provider
|
name = ovn-octavia-provider
|
||||||
summary = OpenStack Octavia integration with OVN
|
summary = OpenStack Octavia integration with OVN
|
||||||
description-file =
|
description_file =
|
||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/ovn-octavia-provider/latest/
|
home_page = https://docs.openstack.org/ovn-octavia-provider/latest/
|
||||||
python-requires = >=3.6
|
python_requires = >=3.6
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
@ -24,7 +24,7 @@ packages =
|
|||||||
ovn_octavia_provider
|
ovn_octavia_provider
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
setup-hooks =
|
setup_hooks =
|
||||||
pbr.hooks.setup_hook
|
pbr.hooks.setup_hook
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
|
Loading…
Reference in New Issue
Block a user