fuel-ccp/setup.cfg
Sergey Reshetnyak c18718fb46 Remove mcp-microservices command
Change-Id: I3ef82016cf6b8af0a107df7c8f6e66e5fa3b0bf6
Depends-on: I55a7c01d343b5e5bec1d8369b37f028458f06b37
2016-07-22 07:50:43 +00:00

51 lines
1.2 KiB
INI

[metadata]
name = fuel-ccp
summary = Docker images builder for OpenStack services and infra.
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
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.3
Programming Language :: Python :: 3.4
[files]
packages =
fuel_ccp
[entry_points]
console_scripts =
ccp = fuel_ccp.cli:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = fuel_ccp/locale
domain = fuel-ccp
[update_catalog]
domain = fuel-ccp
output_dir = fuel_ccp/locale
input_file = fuel_ccp/locale/microservices.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = fuel_ccp/locale/microservices.pot