b7cc43aaf4
To create the URLs for all dashboard files inside dashboards use: python gerrit_dash_creator/cmd/creator.py dashboards/* Change-Id: I922c4e0606ae168c5c9b353d550629b4f52a8aff
44 lines
1.1 KiB
INI
44 lines
1.1 KiB
INI
[metadata]
|
|
name = gerrit-dash-creator
|
|
summary = Gerrit Dashboard Creator
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://github.com/stackforge/gerrit-dash-creator/
|
|
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 :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
gerrit_dash_creator
|
|
data_files =
|
|
share/gerrit-dash-creator/dashboards = dashboards/*
|
|
share/gerrit-dash-creator/templates = templates/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
gerrit-dash-creator = gerrit_dash_creator.cmd.creator:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|