OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Remove install_command from tox.ini as cleanup. Switch to Ussuri jobs Change-Id: I1a3b3e542f2a6cb03f98d80ec5685c315031eed7 Sem-Ver: api-break
46 lines
1.1 KiB
INI
46 lines
1.1 KiB
INI
[metadata]
|
|
name = reno
|
|
summary = RElease NOtes manager
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/reno/latest/
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
[files]
|
|
packages =
|
|
reno
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
reno = reno.main:main
|
|
distutils.commands =
|
|
build_reno = reno.setup_command:BuildReno
|
|
|
|
[extras]
|
|
sphinx =
|
|
sphinx>=1.6.1,!=1.6.6,!=1.6.7,!=2.1.0 # BSD
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
|
|
|
[compile_catalog]
|
|
directory = reno/locale
|
|
domain = reno
|
|
|
|
[update_catalog]
|
|
domain = reno
|
|
output_dir = reno/locale
|
|
input_file = reno/locale/reno.pot
|