commit | e09f5ae7cc28ed580e24071d15fe3b952db37a87 | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Fri Mar 27 13:44:28 2020 -0500 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Fri Mar 27 13:45:00 2020 -0500 |
tree | eac410104f4479aa2cf81b43ac816db2ff047bb3 | |
parent | 22d7cc950ba228ec00383b1ee6447c64ea713cb0 [diff] |
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: I6a28757f4a0bf5d47214f4ed548cf5c73d302e3f
diff --git a/setup.cfg b/setup.cfg index 1ac729c..79f30be 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -6,7 +6,7 @@ author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://opendev.org/openstack/neutron-tempest-plugin -requires-python = >=3.6 +python-requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology