
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
21 lines
596 B
INI
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
|