-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
45 lines (41 loc) · 948 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
43
44
45
[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.10
packages = find:
install_requires =
glue-core>=1.13.1
plotly<6.0.0a0
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 =
anywidget
glue-jupyter
ipyvuetify
ipyfilechooser
# Temporary - see https://github.com/widgetti/ipyvolume/issues/447
ipython-genutils
[options.package_data]
* = *.png, *.svg, *.ui, *.vue
[options.entry_points]
glue.plugins =
glue_plotly=glue_plotly:setup