zuul-registry/setup.cfg
James E. Blair 813c1af44e Fix container image build
This corrects outstanding errors in the container image build
and adds the build to the gate.

Change-Id: I2c8b637d66a640b5eeb894eefd148ce61df4a847
2019-10-02 13:50:42 -04:00

32 lines
792 B
INI

[metadata]
name = zuul-registry
summary = A speculative container image registry for Zuul
description-file =
README.rst
author = Zuul Team
author-email = zuul-discuss@lists.zuul-ci.org
home-page = https://zuul-ci.org/
python-requires = >=3.5
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
zuul_registry
[entry_points]
console_scripts =
zuul-registry = zuul_registry.main:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1