0e2f3d0a9d
This serves the static pages from the container directly Change-Id: I86f3f5002f88005760e00c5714b0891c1892a6f2
30 lines
840 B
INI
30 lines
840 B
INI
[metadata]
|
|
name = ptgbot
|
|
summary = OpenStack PTG Bot
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = https://opendev.org/openstack/ptgbot
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
|
|
[files]
|
|
packages =
|
|
ptgbot
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
ptgbot = ptgbot.bot:main
|
|
ptgbot-web = ptgbot.web:main
|