ptgbot/setup.cfg
Clark Boylan 513944afea Update ptgbot to python3.11 and Bookworm
We update python testing from python3.8 to python3.11 to match the
deployment setup in the Docker image. We then update the docker image
from python3.9 + bullseye to python3.11 + bookworm. This is future
proofing, but also OpenDev would like to clean up old docker container
image builds for bullseye and older python.

Change-Id: Ifbb7dcf2bf5f0b7ea4f53e26dd4bf4911c9b8d37
2023-09-19 11:13:56 -07:00

26 lines
673 B
INI

[metadata]
name = ptgbot
summary = OpenStack PTG Bot
description-file =
README.rst
author = OpenStack Infrastructure Team
author-email = openstack-infra@lists.openstack.org
home-page = https://opendev.org/openstack/ptgbot
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.11
[files]
packages =
ptgbot
[entry_points]
console_scripts =
ptgbot = ptgbot.bot:main
ptgbot-web = ptgbot.web:main