Files
python-brick-cinderclient-ext/setup.cfg
Andreas Jaeger b99914f51f Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement

Change-Id: I84f46d80ef0c21687ff2fa8518d9582254c4a215
2020-04-04 12:29:51 +02:00

41 lines
1.3 KiB
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
[files]
packages =
brick_cinderclient_ext
brick_python_cinderclient_ext
[compile_catalog]
directory = brick-cinderclient-ext/locale
domain = brick-cinderclient-ext
[update_catalog]
domain = brick-cinderclient-ext
output_dir = brick-cinderclient-ext/locale
input_file = brick-cinderclient-ext/locale/brick-cinderclient-ext.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = brick-cinderclient-ext/locale/brick-cinderclient-ext.pot