cinderlib/setup.cfg

60 lines
1.7 KiB
INI

[flake8]
exclude = .git,.venv,.tox,dist,doc,*egg,build
[metadata]
name = cinderlib
description = Direct usage of Cinder Block Storage drivers without the services
long_description = file: DESCRIPTION.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
url = https://docs.openstack.org/cinderlib/latest/
python_requires = >=3.6
classifiers =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
cinderlib
package_data =
cinderlib.bin = *
[entry_points]
cinderlib.persistence.storage =
memory = cinderlib.persistence.memory:MemoryPersistence
db = cinderlib.persistence.dbms:DBPersistence
memory_db = cinderlib.persistence.dbms:MemoryDBPersistence
console_scripts =
cinder-cfg-to-cinderlib-code = cinderlib.cmd.cinder_cfg_to_python:main
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[compile_catalog]
directory = cinderlib/locale
domain = cinderlib
[update_catalog]
domain = cinderlib
output_dir = cinderlib/locale
input_file = cinderlib/locale/cinderlib.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = cinderlib/locale/cinderlib.pot