2014-08-06 12:07:01 +00:00
|
|
|
[metadata]
|
|
|
|
name = gerrit-dash-creator
|
|
|
|
summary = Gerrit Dashboard Creator
|
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2018-12-05 05:39:56 +00:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2019-04-22 15:07:16 +00:00
|
|
|
home-page = https://opendev.org/x/gerrit-dash-creator
|
2014-08-06 12:07:01 +00:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
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
|
2019-05-30 15:48:49 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2020-01-11 16:13:59 +00:00
|
|
|
Programming Language :: Python :: 3.7
|
2014-08-06 12:07:01 +00:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
gerrit_dash_creator
|
|
|
|
data_files =
|
2014-08-08 14:28:59 +00:00
|
|
|
share/gerrit-dash-creator/dashboards = dashboards/*
|
|
|
|
share/gerrit-dash-creator/templates = templates/*
|
2014-08-06 12:07:01 +00:00
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
gerrit-dash-creator = gerrit_dash_creator.cmd.creator:main
|
2015-05-13 06:03:26 +00:00
|
|
|
gerrit-bug-dash = gerrit_dash_creator.cmd.bugs:main
|