036e3adc73
Tox v4 released and has introduced a number of compatibility problems. Nox is an alternative to nox that is much simpler and uses standard tools and zuul repos are switching to it. This change updates zuul-registry. Change-Id: I588842a0c47d0591b6dacbe28e96915e1b15819e
39 lines
1.0 KiB
INI
39 lines
1.0 KiB
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
|
|
|
|
[flake8]
|
|
# These are ignored intentionally in zuul projects;
|
|
# please don't submit patches that solely correct them or enable them.
|
|
ignore = E124,E125,E129,E252,E402,E741,H,W503,W504
|
|
show-source = True
|
|
exclude = .venv,.tox,.nox,dist,doc,build,*.egg,node_modules
|