d2cdb1fa97
This project was deprecated out of stackforge and needs a home in fuel-library, where it current is used as a testing library. Tox is used so it can call tasks-test-requirements.txt with relative paths correctly. Otherwise, the relative path would have to be guessed based on where a user might call it. Change-Id: I742e167a77cca2ae47436cce7b1baf63e70fe063 Closes-Bug: #1507208
34 lines
735 B
INI
34 lines
735 B
INI
[metadata]
|
|
name = fuel-tasklib
|
|
version = 6.1.0
|
|
summary = Tasks validation for Fuel
|
|
author = Mirantis Inc.
|
|
author-email = product@mirantis.com
|
|
home-page = http://mirantis.com
|
|
description-file =
|
|
README.rst
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.6
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
tasks-validator = tasklib.validator:main
|
|
|
|
[files]
|
|
packages =
|
|
tasklib
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
tasklib.setup_hooks.fix_version
|
|
|
|
[wheel]
|
|
universal = 1
|