
Imports, configs and directories has been updated Change-Id: I570aead4e33eec05264f7dd346d05048975138ba
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
|