tripleo-quickstart/setup.cfg

32 lines
765 B
INI

[metadata]
name = tripleo-quickstart
summary = tripleo-quickstart - Making it easy to get started with tripleo
description-file =
README.rst
author = John Trowbridge
author-email = jtrowbri@redhat.com
home-page = https://github.com/trown/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
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
usr/local/share/tripleo-quickstart = ansible.cfg
usr/local/share/tripleo-quickstart/playbooks = playbooks/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True