zuul-client/setup.cfg
Matthieu Huin 4c4171c54e Fix empty package, missing requirement
Change-Id: Ibe4472c9a8e399fcdd7827ac0b609a75cff293c2
2020-09-12 11:34:28 +02:00

36 lines
860 B
INI

[metadata]
name = zuul-client
summary = A client for the Zuul Gating System
description-file =
README.rst
author = Zuul Team
author-email = zuul-discuss@lists.zuul-ci.org
home-page = https://zuul-ci.org/
python-requires = >=3.6
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
packages = zuulclient
[pbr]
warnerrors = True
[entry_points]
console_scripts =
zuul-client = zuulclient.cmd:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1