Files
python-blazarclient/setup.cfg
David Moreau Simard 896ebd2b11 Remove commas in setup.cfg package classifiers
This is likely causing an upload to pypi to fail with the following
error:

    Error: 'Development Status :: 3 - Alpha,' is not a valid choice for this field

Change-Id: Ieba2a4bec5ffc8e618501b38f73628e0b59c12a5
(cherry picked from commit b53f01d07d)
2018-01-26 16:34:59 -05:00

37 lines
949 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
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 =
climate = blazarclient.shell:main
blazar = blazarclient.shell:main
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source