410865d358
The Python 3 and 3.5 was missing in setup.cfg and tox.ini hence added that version. Change-Id: I36b67a969f0521fb7bb638623eddc5d944642dfe
46 lines
1.0 KiB
INI
46 lines
1.0 KiB
INI
[metadata]
|
|
name = python-tackerclient
|
|
summary = CLI and Client Library for OpenStack Tacker
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/tacker/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
tackerclient
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
tacker = tackerclient.shell:main
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[build_releasenotes]
|
|
all_files = 1
|
|
build-dir = releasenotes/build
|
|
source-dir = releasenotes/source
|
|
|
|
[wheel]
|
|
universal = 1
|