You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
[metadata]
|
|
name = zuul
|
|
summary = Trunk Gating System
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = http://docs.openstack.org/infra/system-config/
|
|
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.5
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
zuul-scheduler = zuul.cmd.scheduler:main
|
|
zuul-merger = zuul.cmd.merger:main
|
|
zuul = zuul.cmd.client:main
|
|
zuul-cloner = zuul.cmd.cloner:main
|
|
zuul-executor = zuul.cmd.executor:main
|
|
zuul-bwrap = zuul.driver.bubblewrap:main
|
|
zuul-web = zuul.cmd.web:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[extras]
|
|
mysql_reporter=
|
|
PyMySQL
|