
Do this so to take advantage of faster python3.10. This will also allow us to drop 3.8 image builds making room for python 3.11. Change-Id: I7f013a6616f98fe22420da68166eb15b6b7b7bdc
25 lines
824 B
INI
25 lines
824 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.5
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.10
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
statusbot = statusbot.bot:main
|