Files
python-scciclient/setup.cfg
Naohiro Tamura be155ed632 Update setup.cfg for openstack/python-scciclient name space
This patch updates setup.cfg in accordance with the git repository
transition from [1] to [2].

[1] https://github.com/NaohiroTamura/python-scciclient
[2] https://github.com/openstack/python-scciclient

Change-Id: I563c6e32baf03e7e30b83c6edf45afb51f649bd4
2015-10-14 12:05:07 +09:00

49 lines
1.3 KiB
INI

[metadata]
name = python-scciclient
summary = Python ServerView Common Command Interface (SCCI) Client Library
description-file =
README.rst
author = FUJITSU LIMITED
author-email = lsoft-dev@ml.css.fujitsu.com
home-page = https://github.com/openstack/python-scciclient
classifier =
Development Status :: 4 - Beta
Environment :: Console
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 =
scciclient
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = scciclient/locale
domain = python-scciclient
[update_catalog]
domain = python-scciclient
output_dir = scciclient/locale
input_file = scciclient/locale/python-scciclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = scciclient/locale/python-scciclient.pot