lodgeit/setup.cfg
Clark Boylan 1cfc6c3758 Bump lodgeit up to python3.12
We're trying to move from python3.11 to 3.12 within OpenDev. This is one
of many similar changes to uplift services. No specific feature or need;
just keeping up with python so we don't fall too far behind.

Change-Id: Ic6d5871f1393eb38a33c6172d3ae6519075c3037
2025-03-20 09:55:08 -07:00

21 lines
596 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.11
Programming Language :: Python :: 3.12
[entry_points]
wsgi_scripts =
lodgeit-wsgi = lodgeit.application:make_app
console_scripts =
lodgeit-managedb = lodgeit.cmd.managedb:main