requirements/openstack_requirements/tests/files/pbr_setup.cfg
Ghanshyam Mann 15b2e73c03 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
2020-03-27 13:47:38 -05:00

19 lines
593 B
INI

[metadata]
name = pbr
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Python Build Reasonableness
description-file =
README.rst
home-page = https://pypi.org/project/pbr
python-requires = >=2.6
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python