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: I5f0ad65e0dfc98e8e9693e66355a4bfd79d3bcf1
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = python-blazarclient
|
name = python-blazarclient
|
||||||
summary = Client for OpenStack Reservation Service
|
summary = Client for OpenStack Reservation Service
|
||||||
description-file = README.rst
|
description_file = README.rst
|
||||||
license = Apache Software License
|
license = Apache Software License
|
||||||
python-requires = >=3.6
|
python_requires = >=3.6
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
@@ -21,7 +21,7 @@ classifiers =
|
|||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author_email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://launchpad.net/blazar
|
home_page = https://launchpad.net/blazar
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Reference in New Issue
Block a user