
Note: the egg name is not allowed to have a dash, because that is interpreted as version by at least pbr. See https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support Change-Id: Ib6666e4aee84a54050a5788de1c12ca36aa130ce
56 lines
1.0 KiB
INI
56 lines
1.0 KiB
INI
[metadata]
|
|
name = ara-clients
|
|
summary = ARA Records Ansible clients
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Community
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://github.com/openstack/ara-clients
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Developers
|
|
Topic :: Utilities
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Development Status :: 4 - Beta
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
ara
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = docs/html
|
|
|
|
[coverage:report]
|
|
ignore_errors = True
|
|
include =
|
|
ara/*
|
|
omit =
|
|
/usr*
|
|
setup.py
|
|
*egg*
|
|
.venv/*
|
|
|
|
[coverage:html]
|
|
directory = reports
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|