lodgeit/setup.cfg
Ian Wienand 04da41ceda Drop Python 2.7 support
Drop the 2.7 tox job and add some Python 3 classifiers to setup.cfg

Change-Id: I83fcdd39cbfffada7b26ab784f7a907aeea0b5cd
2021-07-01 17:08:06 +10:00

22 lines
636 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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[entry_points]
wsgi_scripts =
lodgeit-wsgi = lodgeit.application:make_app
console_scripts =
lodgeit-managedb = lodgeit.cmd.managedb:main