forked from glue-viz/glue-plotly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (38 loc) · 833 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
38
39
40
41
42
[metadata]
name = glue-plotly
provides = glue_plotly
author = Thomas Robitaille and Catherine Zucker
author_email = [email protected]
license = BSD 3-Clause License
license_file = LICENSE
url = https://github.com/glue-viz/glue-plotly
description = Experimental plot.ly exporters for glue
long_description = file: README.rst
[options]
zip_safe = False
python_requires = >=3.8
packages = find:
install_requires =
glue-core>=1.13.1
plotly
chart-studio
[options.extras_require]
test =
pytest
pytest-cov
mock
qt =
glue-qt
PySide2;python_version=="2"
PyQt5;python_version>="3"
3d =
glue-vispy-viewers>=1.2.1
jupyter =
glue-jupyter
ipyvuetify
ipyfilechooser
[options.package_data]
* = *.png, *.svg, *.ui, *.vue
[options.entry_points]
glue.plugins =
glue_plotly=glue_plotly:setup