
This is an initial go at building this Python package and uploading an image for it. This will be followed up with some changes which will make it easier to execute with an entrypoint and environment variables later. Change-Id: Ie2219fc96f32554bde1cac37faa0b961dc53b95e
13 lines
257 B
INI
13 lines
257 B
INI
[metadata]
|
|
name = lodgeit
|
|
description-file =
|
|
README
|
|
license = BSD
|
|
summary = LodgeIt implements a pastebin
|
|
author = OpenDev
|
|
author-email = openstack-infra@lists.openstack.org
|
|
|
|
[entry_points]
|
|
wsgi_scripts =
|
|
lodgeit-wsgi = lodgeit.application:make_app
|