commit | 7cd0186dbedde93cc931a6415e593ad984bfcce7 | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Fri Mar 27 13:40:35 2020 -0500 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Fri Mar 27 13:40:35 2020 -0500 |
tree | 5dcad4760b2577aad0f771755279ec515f497d42 | |
parent | 348fa311fe031ff7d04f41aa9e6ac65f6f6391fe [diff] [blame] |
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
diff --git a/setup.cfg b/setup.cfg index d246c68..61803a4 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -6,7 +6,7 @@ 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