ddc3de2856
This removes python3.6 testing as it shouldn't be needed anymore. The rest of Zuul is python>=3.8 only at this point. Users on platforms with older python can run the containers we build to work around that. We also update the test node choice for python3.8 as Bionic will be EOL in about 6 months. Change-Id: I0bbbfe3bea18811599851f5aac025a7484c440b8
57 lines
1.8 KiB
INI
57 lines
1.8 KiB
INI
[metadata]
|
|
name = zuul-client
|
|
summary = A client for the Zuul Gating System
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst; charset=UTF-8
|
|
author = Zuul Team
|
|
author-email = zuul-discuss@lists.zuul-ci.org
|
|
url = https://zuul-ci.org/
|
|
project_urls =
|
|
Browse Source = https://opendev.org/zuul/zuul-client
|
|
Bug Reporting = https://storyboard.openstack.org/#!/project/zuul/zuul-client
|
|
Documentation = https://zuul-ci.org/docs/zuul-client
|
|
Git Clone URL = https://opendev.org/zuul/zuul-client
|
|
License Texts = https://opendev.org/zuul/zuul-client/src/branch/master/LICENSE
|
|
Release Notes = https://zuul-ci.org/docs/zuul-client/releasenotes.html
|
|
keywords = gating continuous integration delivery deployment commandline
|
|
license = Apache License, Version 2.0
|
|
license_files =
|
|
AUTHORS
|
|
LICENSE
|
|
classifier =
|
|
Environment :: Console
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3 :: Only
|
|
Topic :: Software Development :: Quality Assurance
|
|
Topic :: Software Development :: Testing
|
|
Topic :: Software Development :: Version Control :: Git
|
|
Topic :: System :: Systems Administration
|
|
Topic :: Utilities
|
|
|
|
[options]
|
|
python-requires = >=3.8
|
|
|
|
[files]
|
|
packages = zuulclient
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
zuul-client = zuulclient.cmd:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|