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: If5e538bd5538a84424d1a7983a397de38d43f6a3
This commit is contained in:
Ghanshyam Mann 2020-03-27 14:35:11 -05:00
parent 3e715e16eb
commit a0c92a9148
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ author = The Airship Authors
author-email = airship-discuss@lists.airshipit.org
home-page = https://opendev.org/airship/spyglass
license = Apache-2
requires-python = >=3.5
python-requires = >=3.5
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators