setup.cfg: Fix errant key

The author of change I08c014e10c3fc54046930ea8be2b13775428e51b fat
fingered the replacement of 'python-requires' with 'python_requires'
resulting in the following warning:

  UserWarning: Usage of dash-separated 'python-r_quires' will not be
  supported in future versions. Please use the underscore name
  'python_r_quires' instead

Not sure how setuptools was still identifying but resolve it
nonetheless.

Related-Bug: #1939716

Change-Id: I293919d6dc93bf221eae9109fd4a658d332bdca8
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2021-08-12 16:04:02 +01:00 committed by Abhishek Kekane
parent f374022359
commit 870f130989
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/glance/latest/
python-r_quires = >=3.6
python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology