
Our base CI image doesn't have python3.7 anymore so bump this up to running on 3.8. Change-Id: Ifa13fe62247bedd77771628aace15ad47e86e07c
29 lines
745 B
INI
29 lines
745 B
INI
[metadata]
|
|
name = gerritbot
|
|
summary = Gerrit IRC Bot
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = http://docs.openstack.org/infra/system-config/
|
|
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.8
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
gerritbot = gerritbot.bot:main
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|