-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
44 lines (38 loc) · 1.15 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
[metadata]
name = napari-zelda
version = 0.1.12
author = Rocco D'Antuono, Giuseppina Pisignano
author_email = [email protected]
url= https://github.com/RoccoDAnt/napari-zelda
download_url= https://github.com/RoccoDAnt/napari-zelda/archive/refs/tags/v0.1.12.tar.gz
license = BSD-3-Clause
description = ZELDA: a 3D Image Segmentation and Parent-Child relation plugin for microscopy image analysis in napari
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Framework :: napari
Topic :: Scientific/Engineering
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Operating System :: OS Independent
License :: OSI Approved :: BSD License
[options]
packages = find:
python_requires = >=3.7
# add your package requirements here
install_requires =
json5
magicgui
matplotlib>=3.4.3
napari!=0.4.11
napari-plugin-engine>=0.1.4
numpy
pandas
scikit-image
scipy
[options.entry_points]
napari.plugin =
napari-zelda = napari_zelda