Files
python-adjutantclient/setup.cfg~
adriant c85ace9302 Lots of cleanup
* deletion of unneeded heat code
* lots of pep8 cleanup
* renaming and shifting some stuff
* adding/updating some licenses

Change-Id: Idd28a0669d1833d4975f877b601c4b43f76eb5e1
2016-01-29 16:02:47 +13:00

36 lines
807 B
INI

[metadata]
name = python-stacktaskclient
summary = StackTask API Client Library
description-file =
README.md
author = Dale Smith
author-email = dale@catalyst-eu.net
home-page = https://github.com/catalyst/stacktask-client
classifier =
Environment :: OpenStack
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 :: 2.6
[files]
packages =
stacktaskclient
[entry_points]
console_scripts =
stacktask = stacktaskclient.shell:main
[global]
setup-hooks =
pbr.hooks.setup_hook
[wheel]
universal = 1