aa7690b48c
Python 2 is no longer supported. Python 3 is required. This patch stops testing with Python 2 and issues the release note. Change-Id: I7dc416927ea23d581dbee366d54a733ee53498cf
37 lines
957 B
INI
37 lines
957 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 :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.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-discuss@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
|