
This provides a basic registry implementation. See http://lists.zuul-ci.org/pipermail/zuul-discuss/2019-September/001009.html for more information. Change-Id: Ic0807edf7c9e3e6d6d42f070e7efc44b425ff372
35 lines
842 B
INI
35 lines
842 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
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[global]
|
|
setup_hooks =
|
|
zuul_registry._setup_hook.setup_hook
|
|
|
|
[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
|