-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (35 loc) · 1 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
[metadata]
name = glue-save
url = https://www.glueviz.org
author = Jonathan Foster
author_email = [email protected]
classifiers =
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Visualization
License :: OSI Approved :: BSD License
description = Search Analysis and Visualization Environment
version = 0.9
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
glue-core
glue-jupyter
glue-map@git+https://github.com/jfoster17/glue-map.git
datacommons_pandas
[options.extras_require]
test =
pytest
voila =
voila
voila-gridstack
[options.package_data]
* = *.png, *.ui, *.glu, *.hdf5, *.fits, *.xlsx, *.txt, *.csv, *.svg, *.vot, *.bgz, *.tbi