2803e7c16a
This adds the initial files and jobs for the repository. It is manually based on the openstack cookiecutter, removing all the python related parts we do not need. Change-Id: Ia3e1d0ca1eaee363b8f864de16665923d99e1dbe
28 lines
667 B
INI
28 lines
667 B
INI
[metadata]
|
|
name = openstack-helm-images
|
|
summary = Image building for OpenStack-Helm
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/openstack-helm/latest/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
warning-is-error = True
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|