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:
parent
22cafd21a5
commit
a2d8abf557
@ -1,9 +1,9 @@
|
||||
[metadata]
|
||||
name = python-blazarclient
|
||||
summary = Client for OpenStack Reservation Service
|
||||
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
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
x
Reference in New Issue
Block a user