forked from glue-viz/glue-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
61 lines (56 loc) · 1.3 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 = glue-jupyter
url = https://glueviz.org
author = Maarten A. Breddels and Thomas Robitaille
author_email = [email protected]
license = BSD License
description = Jupyter notebook/lab viewers for glue
long_description = file: README.rst
[options]
zip_safe = False
packages = find:
python_requires = >=3.6
setup_requires =
setuptools_scm
install_requires =
glue-core>=1.0
glue-vispy-viewers>=1.0
notebook>=4.0
ipympl>=0.3.0
ipyvolume>=0.5.0
ipywidgets>=7.4.0
ipyvue>=1.2.0,<2
ipyvuetify>=1.2.0,<2
bqplot-image-gl>=1.4.1
bqplot>=0.12.17
scikit-image
[options.extras_require]
test =
pytest
pytest-cov
runipy
codecov
nbconvert>=5,<6
docs =
sphinx
sphinx-automodapi
numpydoc
nbsphinx
sphinx-rtd-theme
[options.package_data]
glue_jupyter.table = *.vue
glue_jupyter.widgets = *.vue
glue_jupyter.common.state_widgets = *.vue
glue_jupyter = *.vue
glue_jupyter.common = *.vue
glue_jupyter.bqplot.tests = data/*.ipynb
glue_jupyter.ipyvolume.tests = data/*.ipynb
glue_jupyter.matplotlib.tests = data/*.ipynb
glue_jupyter.tests = data/*.ipynb
glue_jupyter.icons = *.svg
[tool:pytest]
# -Wignore: See https://github.com/glue-viz/glue-jupyter/issues/237
# -s: Disable stdout capturing
addopts = -Wignore -s
[flake8]
max-line-length = 100