solum/setup.cfg
Chris Alfonso c5020149d2 Setting project summary to be consistent with project intent
Change-Id: If1a2c194d6e1de225046b411b380a174bd21c832
2013-12-05 16:58:24 -05:00

55 lines
1.2 KiB
INI

[metadata]
name = solum
version = 2014.1.0
summary = Application Lifecycle Management for OpenStack
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 :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
[files]
packages =
solum
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = solum/locale
domain = solum
[update_catalog]
domain = solum
output_dir = solum/locale
input_file = solum/locale/solum.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = solum/locale/solum.pot
[entry_points]
console_scripts =
solum-api = solum.cmd.api:main
[wheel]
universal = 1