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: I8cd4994c632ee0e0f78d0c2caceb17efc1d09387
This commit is contained in:
Ghanshyam Mann 2020-03-27 13:45:32 -05:00
parent 444c957386
commit 302f960cd2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ summary = Collection of scripts (coats) that improve open-stack developer browsi
description-file =
README.md
home-page = https://github.com/openstack/coats
requires-python = >=2.7
python-requires = >=2.7
license = BSD
classifier =