28cff8b08b
blueprint package-fuel-components Change-Id: I728b06cae0abb6a4a491641545b0cf8ee19bfd01
37 lines
642 B
INI
37 lines
642 B
INI
[metadata]
|
|
name = fuel-agent-ci
|
|
version = 6.1.0
|
|
author = Mirantis
|
|
author-email = fuel-dev@lists.launchpad.net
|
|
summary = Fuel agent
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Programming Language :: Python
|
|
|
|
[files]
|
|
packages =
|
|
fuel_agent_ci
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
fuel_agent_ci = fuel_agent_ci.cmd.ci:main
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
# this variable is needed to avoid including files
|
|
# from other subprojects in this repository
|
|
skip_git_sdist = True
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[wheel]
|
|
universal = 1
|