Fix setup.cfg
Change-Id: Idaf0dad80b84dce00c61ab575333432afc8a0a95
This commit is contained in:
parent
2f7746c8d8
commit
984242bef8
26
setup.cfg
26
setup.cfg
@ -1,21 +1,35 @@
|
||||
[metadata]
|
||||
name = python-climateclient
|
||||
version = 2014.1a0
|
||||
summary = Client for OpenStack Reservation Service
|
||||
description-file = README.rst
|
||||
license = Apache Software License
|
||||
classifiers =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Environment :: OpenStack
|
||||
Development Status :: 3 - Alpha,
|
||||
Framework :: Setuptools Plugin,
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: System Administrators
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
author = OpenStack
|
||||
author_email = climate@lists.launchpad.net
|
||||
author_email = openstack-dev@lists.openstack.org
|
||||
home-page = https://launchpad.net/climate
|
||||
|
||||
[global]
|
||||
setup-hooks = pbr.hooks.setup_hook
|
||||
|
||||
[files]
|
||||
packages =
|
||||
climateclient
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
climate = climateclient.shell:main
|
||||
|
||||
[build_sphinx]
|
||||
all_files = 1
|
||||
build-dir = doc/build
|
||||
source-dir = doc/source
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
climate = climateclient.shell:main
|
Loading…
x
Reference in New Issue
Block a user