-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
35 lines (32 loc) · 866 Bytes
/
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
[metadata]
name = nellie
version = 0.4.1
description = Automated organelle segmentation, tracking, and hierarchical feature extraction in 2D/3D live-cell microscopy
long_description = file: README.md
long_description_content_type = text/markdown
author = Austin E. Y. T. Lefebvre
author_email = [email protected]
url = https://github.com/aelefebv/nellie
classifiers =
Framework :: napari
[options]
packages = find:
python_requires = >=3.9
install_requires =
numpy==1.26.4
scipy==1.12.0
scikit-image==0.22.0
nd2==0.9.0
ome-types==0.5.2
pandas==2.2.1
matplotlib==3.8.3
napari[all]
imagecodecs
pydantic==2.9.2
pydantic-core==2.23.4
include_package_data = True
[options.package_data]
nellie_napari = napari.yaml, logo.png
[options.entry_points]
napari.manifest =
nellie = nellie_napari:napari.yaml