-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsettings.ini
More file actions
27 lines (26 loc) · 739 Bytes
/
settings.ini
File metadata and controls
27 lines (26 loc) · 739 Bytes
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
[DEFAULT]
host = github
lib_name = dash_oop_components
user = oegedijk
description = small library for OOP dashboard building blocks
keywords = dash
author = Oege Dijk
author_email = [email protected]
copyright = Oege Dijk
branch = master
version = 0.0.8
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 2
requirements = dash dash-bootstrap-components shortuuid oyaml jupyter_dash click
nbs_path = .
doc_path = docs
doc_host = https://oegedijk.github.io
doc_baseurl = /dash_oop_components/
git_url = https://github.com/oegedijk/dash_oop_components/tree/master/
lib_path = dash_oop_components
title = dash_oop_components
console_scripts = dashapp=dash_oop_components.cli:dashapp