python-heatclient/setup.cfg

51 lines
1.0 KiB
INI

[metadata]
name = python-heatclient
summary = OpenStack Orchestration API Client Library
description-file =
README.md
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
[files]
packages =
heatclient
[entry_points]
console_scripts =
heat = heatclient.shell:main
[global]
setup-hooks =
pbr.hooks.setup_hook
[nosetests]
cover-package = heatclient
cover-html = true
cover-erase = true
cover-inclusive = true
verbosity=2
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[egg_info]
tag_build =
tag_date = false
tag_svn_revision = 0