- Remove obsolete sections from setup.cfg - Remove install_command from tox.ini, the default is fine - Remove Babel from requirements, it's not needed for running. - Remove babel.cfg and openstack-common.conf as obsolete files. - Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE. - Switch to hacking 3.1.0 - Remove hacking and friends from lower-constraints, they are not needed there. - Remove usage of six. Change-Id: Ie14af01447aca8c11de082ea64fabb6db2b0d434
28 lines
925 B
INI
28 lines
925 B
INI
[metadata]
|
|
name = python-brick-cinderclient-ext
|
|
summary = python-cinderclient extension for local storage management
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = http://docs.openstack.org/cinder/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 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[files]
|
|
packages =
|
|
brick_cinderclient_ext
|
|
brick_python_cinderclient_ext
|