forked from mehta-lab/recOrder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
87 lines (82 loc) · 2.24 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[metadata]
name = recOrder-napari
author = Computational Microscopy Platform, CZ Biohub
author_email = [email protected]
url = https://github.com/mehta-lab/recOrder
license = BSD 3-Clause License
description = Computational microscopy toolkit for label-free imaging
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Visualization
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Utilities
Framework :: napari
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
project_urls =
Bug Tracker = https://github.com/mehta-lab/recOrder/issues
Documentation = https://github.com/mehta-lab/recOrder/wiki
Source Code = https://github.com/mehta-lab/recOrder/tree/main/recOrder
User Support = https://github.com/mehta-lab/recOrder/issues
[options]
packages = find:
include_package_data = True
python_requires = >=3.7
setup_requires = setuptools_scm
# add your package requirements here
install_requires =
numpy>=1.17.4
scipy>=1.3.0
matplotlib>=3.4.3
zarr>=2.6.1
click>=8.0.1
pyyaml>=5.4.1
PyWavelets>=1.1.1
waveorder==1.0.0rc0
pycromanager==0.13.2
tqdm>=4.61.1
opencv-python>=4.5.3.56
natsort>=7.1.1
colorspacious>=1.1.2
pyqtgraph>=0.12.3
superqt>=0.2.4
napari-ome-zarr>=0.3.2
qtpy
[options.extras_require]
dev =
flake8
grip
pytest>=5.0.0
pytest-cov
pytest-qt
requests>=2.22.0
wget>=3.2
tox
napari
pyqt5
pre-commit
black
[options.package_data]
* = *.yaml
[options.entry_points]
console_scripts =
recorder = recOrder.scripts.cli:help
recorder.reconstruct = recOrder.scripts.cli:reconstruct
recorder.convert = recOrder.scripts.cli:convert
recOrder = recOrder.scripts.cli:help
recOrder.reconstruct = recOrder.scripts.cli:reconstruct
recOrder.convert = recOrder.scripts.cli:convert
napari.manifest =
recOrder = recOrder:napari.yaml