Since [1] the project supports Python 3.7. It is also a good idea to move away from ostestr to stestr, as all OpenStack projects did already. [1] - https://review.opendev.org/715634 Change-Id: I68bb89e441cba373f3c781ec0f4418c3969c8f85
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.7
|
|
|
|
[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
|