Change dashes to underscore in setup.cfg
Recent versions of setuptools are warning that usage of dash-separated keys will not be supported in future versions. Change-Id: I6580b4d84336054d5513147848a14baf28d8064b
This commit is contained in:
parent
28cca8413c
commit
0b0cf72e56
@ -1,9 +1,9 @@
|
||||
[metadata]
|
||||
name = blazar-nova
|
||||
summary = Nova related filters and extensions for Blazar
|
||||
description-file = README.rst
|
||||
description_file = README.rst
|
||||
license = Apache Software License
|
||||
python-requires = >=3.6
|
||||
python_requires = >=3.6
|
||||
classifiers =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
@ -21,7 +21,7 @@ classifiers =
|
||||
Operating System :: POSIX :: Linux
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home-page = https://launchpad.net/blazar
|
||||
home_page = https://launchpad.net/blazar
|
||||
|
||||
[global]
|
||||
setup-hooks = pbr.hooks.setup_hook
|
||||
|
Loading…
x
Reference in New Issue
Block a user