-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (39 loc) · 1.33 KB
/
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
38
39
40
41
42
43
44
45
46
47
[metadata]
name = deep-dashboard
summary = This project is the dashboard to interact with the DEEP services.
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
author = Alvaro Lopez Garcia
author-email = [email protected]
home-page = https://gitlab.ifca.es/deep/deep-dashboard
project_urls =
Bug Tracker = https://gitlab.ifca.es/deep/deep-dashboard/issues
python-requires = >=3.8
license = Apache-2
license_file = LICENSE
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet :: WWW/HTTP
[files]
packages =
deep_dashboard
data_files =
etc/deep_dashboard.conf.sample = etc/deep_dashboard.conf.sample
[entry_points]
console_scripts =
deep-dashboard = deep_dashboard.run:main
oslo.config.opts =
deep_dashboard = deep_dashboard.opts:list_opts