
* create graph validator * create tasks validator to validate schema and graph based on this tasks * add test Change-Id: I522e6622475922cd6a7f501d31ec6881ecc6b202
34 lines
767 B
INI
34 lines
767 B
INI
[metadata]
|
|
name = fuel-tasks-validator
|
|
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 = tasks_validator.validator:main
|
|
|
|
[files]
|
|
packages =
|
|
tasks_validator
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
tasks_validator.setup_hooks.fix_version
|
|
|
|
[wheel]
|
|
universal = 1
|