Replace old requires-python with python-requires

requires-python is old value and does not work, python-requires
is right metadata.

'python-requires' is introduced from PEP440 and requires-python was old value
in PEP345.
- https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
- https://www.python.org/dev/peps/pep-0345/#requires-python

Change-Id: Id4a5197ec5dcaab419304e9244f4c6d319e8b5c6
This commit is contained in:
Ghanshyam Mann 2020-03-27 13:40:35 -05:00
parent 348fa311fe
commit 7cd0186dbe
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/tempest/latest/
requires-python = >=3.6
python-requires = >=3.6
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators