tripleo-ha-utils/setup.cfg
Raoul Scarazzini dc3248b1fb Fix references from extras to utils in setup.cfg
In setup.cfg were still references to tripleo-quickstart-extras, the
repo from which this wan was forked.
This caused confusion in the outputs due to the same name.

Change-Id: I02d0849ab80349c4c73f727ae91dacaa77fcd628
2017-07-13 11:55:25 -04:00

38 lines
835 B
INI

[metadata]
name = tripleo-quickstart-utils
summary = Extend tripleo-quickstart's abilities to deploy and test TripleO
description-file =
README.md
author = Raoul Scarazzini
author-email = rasca@redhat.com
home-page = http://docs.openstack.org/developer/tripleo-quickstart/
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: Utilities
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
config = config/*
playbooks = playbooks/*
usr/local/share/ansible/roles = roles/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True