2014-07-04 18:56:07 +09:00
|
|
|
[metadata]
|
2014-06-27 18:18:47 +09:00
|
|
|
name = python-tackerclient
|
2016-05-31 22:12:10 -05:00
|
|
|
summary = CLI and Client Library for OpenStack Tacker
|
2014-07-04 18:56:07 +09:00
|
|
|
description-file =
|
|
|
|
README.rst
|
2016-02-26 13:15:24 +08:00
|
|
|
author = OpenStack
|
2014-07-04 18:56:07 +09:00
|
|
|
author-email = openstack-dev@lists.openstack.org
|
|
|
|
home-page = http://www.openstack.org/
|
|
|
|
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
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2014-06-27 18:18:47 +09:00
|
|
|
tackerclient
|
2014-07-04 18:56:07 +09:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2014-06-27 18:18:47 +09:00
|
|
|
tacker = tackerclient.shell:main
|
2014-07-04 18:56:07 +09:00
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
all_files = 1
|
|
|
|
build-dir = doc/build
|
|
|
|
source-dir = doc/source
|
|
|
|
|
2016-05-31 22:12:10 -05:00
|
|
|
[build_releasenotes]
|
|
|
|
all_files = 1
|
|
|
|
build-dir = releasenotes/build
|
|
|
|
source-dir = releasenotes/source
|
|
|
|
|
2014-07-04 18:56:07 +09:00
|
|
|
[wheel]
|
|
|
|
universal = 1
|