Files
python-karborclient/setup.cfg
xiangxinyong 9e59b48020 Initial Cookiecutter for python-smaugclient
Change-Id: Ifdbf153f617b4d246ea8fbea9f3de58f7dfe9043
2016-03-01 16:03:08 +08:00

45 lines
1009 B
INI

[metadata]
name = python-smaugclient
version = 0.0.1
summary = Python client library for Smaug API
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
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
smaugclient
[entry_points]
console_scripts =
smaug = smaugclient.shell:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1