
Bionic is on its way out due to lack of support in modern Ansible releases and thus Zuul. Drop the bionic python36 job and replace it with a focal python38 job. Update the setup.cfg trove attributes to match. Change-Id: I2d1a29439e1b6979ba645a34e68e2d727c2decf2
50 lines
1.6 KiB
INI
50 lines
1.6 KiB
INI
[metadata]
|
|
name = git-review
|
|
summary = Tool to submit code to Gerrit
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst; charset=UTF-8
|
|
author = OpenDev Contributors
|
|
author_email = service-discuss@lists.opendev.org
|
|
url = http://docs.opendev.org/opendev/git-review
|
|
project_urls =
|
|
Browse Source = https://opendev.org/opendev/git-review
|
|
Bug Reporting = https://storyboard.openstack.org/#!/project/opendev/git-review
|
|
Documentation = https://docs.opendev.org/opendev/git-review
|
|
Git Clone URL = https://opendev.org/opendev/git-review
|
|
License Texts = https://opendev.org/opendev/git-review/src/branch/master/LICENSE
|
|
Release Notes = https://docs.opendev.org/opendev/git-review/latest/releasenotes.html
|
|
keywords = git gerrit review commandline
|
|
license = Apache License, Version 2.0
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Console
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python
|
|
Topic :: Utilities
|
|
python_requires = >= 3.8
|
|
|
|
[files]
|
|
packages =
|
|
git_review
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
git-review = git_review.cmd:main
|
|
|
|
[pbr]
|
|
manpages =
|
|
git-review.1
|
|
|
|
[flake8]
|
|
ignore = E125,H202,H405,H904,W504
|
|
show-source = true
|
|
exclude = .venv,.git,.tox,.nox,dist,doc,releasenotes,*lib/python*,*egg,build
|