Files
python-blazarclient/setup.cfg
Masahito Muroi b96c671a6e Remove climate namespace
Change-Id: Id4151b65ae1278ec7c6c488c165ba9c04082a3cb
Partial-Bug: #1755325
Depends-On: https://review.openstack.org/#/c/552252
2018-04-03 12:57:20 +00:00

38 lines
993 B
INI

[metadata]
name = python-blazarclient
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
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
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 = openstack-dev@lists.openstack.org
home-page = https://launchpad.net/blazar
[global]
setup-hooks = pbr.hooks.setup_hook
[files]
packages =
blazarclient
[entry_points]
console_scripts =
blazar = blazarclient.shell:main
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source