fuel-web/fuel_agent_ci/setup.cfg
Dmitry Pyzhov 28cff8b08b Set version of Fuel to 6.1 everywhere
blueprint package-fuel-components

Change-Id: I728b06cae0abb6a4a491641545b0cf8ee19bfd01
2015-04-16 14:55:58 +00:00

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