15b2e73c03
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
19 lines
593 B
INI
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
|