You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
[metadata]
|
|
name = openstack-infra-config
|
|
summary = OpenStack Infrastructure Config
|
|
description-file =
|
|
README.rst
|
|
author = OpenDev Contributors
|
|
author-email = service-discuss@lists.opendev.org
|
|
home-page = http://docs.openstack.org/infra/system-config/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
|
|
# 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 =
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
warning-is-error = 1
|