nodepool/setup.cfg
Tobias Henkel a4bc4d8b92
Drop python 3.5 support
We did this in zuul already so drop python 3.5 in nodepool as
well. The py35 job now fails with [1].

[1] ERROR: Package 'keystoneauth1' requires a different Python: 3.5.2 not in '>=3.6'

Change-Id: Ica2a8c5a5c0037190fe23302304de000bd7ad319
2020-11-26 10:20:54 +01:00

40 lines
1006 B
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
[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