-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
46 lines (42 loc) · 1.17 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
[metadata]
name = glue-exp
url = http://glueviz.org
author = Thomas Robitaille, Chris Beaumont
author_email = [email protected]
classifiers =
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Scientific/Engineering :: Visualization
License :: OSI Approved :: BSD License
description = Experimental plugins for glue
[options]
zip_safe = True
packages = find:
python_requires = >=3.6
setup_requires = setuptools_scm
install_requires =
glue-core>=0.15
scipy
scikit-image
QtPy
[options.entry_points]
glue.plugins =
webcam_importer = glue_exp.importers.webcam:setup
vizier_importer = glue_exp.importers.vizier:setup
contour_selection = glue_exp.tools.contour_selection:setup
floodfill_selection = glue_exp.tools.floodfill_selection:setup
zoom_buttons = glue_exp.tools.zoom_buttons:setup
[options.extras_require]
qt =
PyQt5;python_version>="3"
test =
pytest
pytest-cov
pytest-faulthandler
mock
[options.package_data]
* = *.png