gerritlib/setup.cfg
Ian Wienand 0c5c5871fe
Drop Python < 3.8, add Python 3.10 testing
Also update the integration job to Jammy, and update to the latest
ansible in Zuul.

Change-Id: Idec1941f6879a0fabee8fac637bc1a43e0acd793
2022-12-01 12:22:10 +11:00

35 lines
943 B
INI

[metadata]
name = gerritlib
summary = Client library for accessing Gerrit.
description-file = README.rst
author = OpenDev Team
author-email = service-discuss@lists.opendev.org
maintainer = OpenDev Team
maintainer-email = service-discuss@lists.opendev.org
home-page = https://opendev.org/opendev/gerritlib
license = apache
classifier =
Topic :: Utilities
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Environment :: Console
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages = gerritlib
[pbr]
warnerrors = True
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1