2013-08-13 15:33:41 -07:00
|
|
|
[metadata]
|
|
|
|
name = nodepool
|
|
|
|
summary = Node pool management for a distributed test infrastructure
|
|
|
|
description-file =
|
|
|
|
README.rst
|
2018-03-29 11:13:31 -04:00
|
|
|
author = Zuul Team
|
|
|
|
author-email = zuul-discuss@lists.zuul-ci.org
|
|
|
|
home-page = https://zuul-ci.org/
|
2020-11-26 08:41:45 +01:00
|
|
|
python-requires = >= 3.6
|
2013-08-13 15:33:41 -07:00
|
|
|
classifier =
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
2018-02-02 11:22:43 +08:00
|
|
|
Programming Language :: Python :: 3
|
2020-03-11 16:22:14 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
2013-08-13 15:33:41 -07:00
|
|
|
|
|
|
|
[pbr]
|
|
|
|
warnerrors = True
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2013-08-30 14:31:07 -07:00
|
|
|
nodepool = nodepool.cmd.nodepoolcmd:main
|
2015-10-07 22:17:37 +00:00
|
|
|
nodepool-builder = nodepool.cmd.builder:main
|
2017-03-28 12:25:35 -04:00
|
|
|
nodepool-launcher = nodepool.cmd.launcher:main
|
2013-08-13 15:33:41 -07:00
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
2017-04-05 10:37:26 -07:00
|
|
|
warning-is-error = 1
|
2020-04-16 10:01:18 -05:00
|
|
|
|
|
|
|
[extras]
|
|
|
|
nodepool_base =
|
|
|
|
yappi
|
|
|
|
objgraph
|