forked from guiwitz/MorphoDynamics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (45 loc) · 1.11 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
[metadata]
name = morphodynamics
author = Guillaume Witz and Cedric Vonesch
author_email = [email protected]
description = Cell segmentation and windowing
long_description = file: Readme.md
long_description_content_type = text/markdown
url = https://github.com/guiwitz/morphodynamics
license = BSD 3-Clause
license_file = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Topic :: Software Development :: Testing
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
License :: OSI Approved :: BSD License
[options]
packages = find:
python_requires = >=3.8,<3.10
setup_requires = setuptools_scm
install_requires =
napari_convpaint@git+https://github.com/guiwitz/napari-convpaint.git
numpy
pandas
matplotlib
scikit-image
tifffile
aicsimageio
dask[complete]
dask-jobqueue
microfilm
dill
joblib
tqdm
nd2reader
ipywidgets
[options.extras_require]
napari =
napari[all]
book =
jupyter-book
sphinx