-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (30 loc) · 856 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[metadata]
name = grafana-testapi
summary = A project to generate Grafana dashboards based on yaml config
author = SerenaFeng
author-email = [email protected]
home-page = https://github.com/SerenaFeng/grafana-testapi
license = Apache-2.0
classifier =
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
grafanatestapi
data_files =
# /etc/grafanatestapi = etc/*
[entry_points]
grafanatestapi.algos =
search = grafanatestapi.algos.search:Searcher
criteria = grafanatestapi.algos.criteria:Criteria
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0