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.
33 lines
798 B
33 lines
798 B
[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://ci.openstack.org/ |
|
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 :: 2 |
|
Programming Language :: Python :: 2.7 |
|
Programming Language :: Python :: 2.6 |
|
|
|
[pbr] |
|
warnerrors = True |
|
|
|
[global] |
|
setup-hooks = |
|
pbr.hooks.setup_hook |
|
|
|
[entry_points] |
|
console_scripts = |
|
zuul-server = zuul.cmd.server:main |
|
|
|
[build_sphinx] |
|
source-dir = doc/source |
|
build-dir = doc/build |
|
all_files = 1
|
|
|