Files
python-heatclient/setup.cfg
Dirk Mueller 43b6b0cdc4 Rename README.md to README.rst
The content looks more like restructured text to me,
and it seems to be more common amongst OpenStack projects.

Change-Id: Iba8c21985c055f1712069a6e70d345bb920381bf
2013-07-14 18:29:08 +02:00

44 lines
954 B
INI

[metadata]
name = python-heatclient
summary = OpenStack Orchestration API Client Library
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
[files]
packages =
heatclient
[entry_points]
console_scripts =
heat = heatclient.shell:main
[global]
setup-hooks =
pbr.hooks.setup_hook
[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