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: I496973e204b4f486ba3ce13faed545faf6392762
This commit is contained in:
parent
3ee6f139f5
commit
15b2e73c03
@ -6,7 +6,7 @@ summary = Python Build Reasonableness
|
||||
description-file =
|
||||
README.rst
|
||||
home-page = https://pypi.org/project/pbr
|
||||
requires-python = >=2.6
|
||||
python-requires = >=2.6
|
||||
classifier =
|
||||
Development Status :: 5 - Production/Stable
|
||||
Environment :: Console
|
||||
|
Loading…
x
Reference in New Issue
Block a user