2013-09-19 07:57:23 -07:00
|
|
|
[metadata]
|
|
|
|
name = openstack-infra-config
|
|
|
|
summary = OpenStack Infrastructure Config
|
|
|
|
description-file =
|
2019-04-20 13:34:25 +00:00
|
|
|
README.rst
|
2020-04-06 18:19:28 +00:00
|
|
|
author = OpenDev Contributors
|
|
|
|
author-email = service-discuss@lists.opendev.org
|
2015-05-14 21:38:19 +00:00
|
|
|
home-page = http://docs.openstack.org/infra/system-config/
|
2013-09-19 07:57:23 -07:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
|
|
|
|
2022-03-30 08:07:35 -07:00
|
|
|
# This is here to workaround setuptools automatic package discovery problems.
|
|
|
|
# Setuptools finds multiple packages which is an error with autodiscovery.
|
|
|
|
# This is due to having python files in separate top level dirs that are not
|
|
|
|
# excluded from searching. All of this is documented at:
|
|
|
|
# https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#automatic-discovery
|
|
|
|
# We essentially bypass it by telling it there are no packages to discover
|
|
|
|
# then rely on PBR to find the package for us instead.
|
|
|
|
[options]
|
|
|
|
packages =
|
|
|
|
|
2012-09-26 13:39:31 -07:00
|
|
|
[build_sphinx]
|
|
|
|
all_files = 1
|
|
|
|
build-dir = doc/build
|
|
|
|
source-dir = doc/source
|
2018-06-25 11:05:13 +10:00
|
|
|
warning-is-error = 1
|