-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
61 lines (56 loc) · 1.08 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name = panel-vegafusion
version = 0.0.4
author = Marc Skov Madsen
author_email = [email protected]
description = Build interactive big data apps with Altair and Vega easily using Panel + VegaFusion.
home_page = https://github.com/MarcSkovMadsen/panel-vegafusion
long_description = file: README.md
long_description_content_type = text/markdown
license = APGL3
license_file = LICENSE
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
include_package_data = True
install_requires =
altair
panel
pyarrow
vegafusion-python
[options.extras_require]
dev =
autoflake
black
invoke
isort
mypy
pylint
pytest
pytest-cov
twine
watchdog
examples =
ipywidgets_bokeh
jupyter_bokeh
jupyterlab
vega_datasets
all =
autoflake
black
invoke
ipywidgets_bokeh
isort
jupyter_bokeh
jupyterlab
mypy
pylint
pytest
pytest-cov
twine
vega_datasets
watchdog
[options.packages.find]
where = src