Files
python-vitrageclient/setup.cfg
Eyal 94a8e37447 add documentation and py34
add README file
make tox run a py34 env
support py34

Change-Id: I9f694e1e62d139a519dfba3931abd4ba6d374b58
2016-03-02 15:34:11 +02:00

57 lines
1.3 KiB
INI

[metadata]
name = python-vitrageclient
summary = Vitrage Client API Library
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://launchpad.net/python-vitrageclient
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 :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =
vitrageclient
data_files =
share = tools/vitrage.bash_completion
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
vitrage = vitrageclient.shell:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = vitrageclient/locale
domain = python-vitrageclient
[update_catalog]
domain = python-vitrageclient
output_dir = vitrageclient/locale
input_file = vitrageclient/locale/python-vitrageclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = vitrageclient/locale/python-vitrageclient.pot