![Clark Boylan](/assets/img/avatar_default.png)
We update the upper bound in testing from python3.10 to python3.11 to match. This will allow the opendev team to clean up old bullseye images and look ahead to python3.12. Change-Id: I5321b2e75b4cf50f9342efa13fd4ef37cf87e1e0
23 lines
680 B
INI
23 lines
680 B
INI
[metadata]
|
|
name = lodgeit
|
|
description-file =
|
|
README
|
|
license = BSD
|
|
summary = LodgeIt implements a pastebin
|
|
author = OpenDev
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = https://opendev.org/opendev/lodgeit
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: BSD License
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
[entry_points]
|
|
wsgi_scripts =
|
|
lodgeit-wsgi = lodgeit.application:make_app
|
|
console_scripts =
|
|
lodgeit-managedb = lodgeit.cmd.managedb:main
|