nodepool/setup.cfg
Clark Boylan f3a8184c8d Add py39 testing to nodepool
Typically we would drop py38 testing at this point, but since Zuul is
still running on py38 we keep py38 here until both can be running py39.

Change-Id: Ic89f1379e50c2b6d73f0fa4687635cf20ae3dec1
2021-10-26 12:41:54 -07:00

42 lines
1.0 KiB
INI

[metadata]
name = nodepool
summary = Node pool management for a distributed test infrastructure
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
Programming Language :: Python :: 3.9
[pbr]
warnerrors = True
[entry_points]
console_scripts =
nodepool = nodepool.cmd.nodepoolcmd:main
nodepool-builder = nodepool.cmd.builder:main
nodepool-launcher = nodepool.cmd.launcher:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[extras]
nodepool_base =
yappi
objgraph
python-logstash-async