9e9f9fa108
Time for our semi annual update to the base OS and python version. The motivation here is that OpenDev would like to drop bullseye image builds and older python image builds. Needs things to move off the old stuff first. Change-Id: I9156ef39ce8541dc77e08a4094dec1368bb02dc7
21 lines
656 B
INI
21 lines
656 B
INI
[metadata]
|
|
name = statusbot
|
|
summary = OpenStack Infrastructure Status Bot
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = https://git.openstack.org/cgit/openstack-infra/statusbot
|
|
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
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
statusbot = statusbot.bot:main
|