Use underscores instead of dashes in setup.cfg

We've been seeing warnings like

    UserWarning: Usage of dash-separated 'home-page' will not be supported
    in future versions. Please use the underscore name 'home_page' instead

for a while in our pep8 jobs; this ought to clean them up. As best I can
tell, setuptools has supported either format for several years.

Change-Id: I4d538859f278ac26a6b6d6845df103ebd4c49da3
This commit is contained in:
Tim Burke 2021-04-22 12:54:47 -07:00 committed by Alistair Coles
parent 4a4d899680
commit bacef722a3
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
[metadata] [metadata]
name = swift name = swift
summary = OpenStack Object Storage summary = OpenStack Object Storage
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/swift/latest/ home_page = https://docs.openstack.org/swift/latest/
classifier = classifier =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Environment :: OpenStack Environment :: OpenStack