setup.cfg: Replace dashes with underscores
Resolves pip 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 Also, updates the url to docs. Change-Id: I716e7c05baf8183fdd9a500e15d614ef0492ad41
This commit is contained in:
parent
421af4bca8
commit
ceea4801fd
@ -1,12 +1,12 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = bashate
|
name = bashate
|
||||||
summary = A pep8 equivalent for bash scripts
|
summary = A pep8 equivalent for bash scripts
|
||||||
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 = http://docs.openstack.org/developer/bashate/
|
home_page = https://docs.openstack.org/bashate/latest/
|
||||||
python-requires = >=3.5
|
python_requires = >=3.5
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Loading…
Reference in New Issue
Block a user