-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
49 lines (46 loc) · 1.95 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
[metadata]
name = napari-segment-blobs-and-things-with-membranes
version = 0.3.12
author = Robert Haase
author_email = robert.haase@tu-dresden.de
url = https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes
license = BSD-3-Clause
description = A plugin based on scikit-image for segmenting nuclei and cells based on fluorescent microscopy images with high intensity in nuclei and/or membranes
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 :: Image Processing
Topic :: Scientific/Engineering :: Information Analysis
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved :: BSD License
project_urls =
Bug Tracker = https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes/issues
Documentation = https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes#README.md
Source Code = https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes
User Support = https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes/issues
[options]
packages = find:
python_requires = >=3.8
# add your package requirements here
install_requires =
napari-plugin-engine>=0.1.4
numpy
scikit-image
scipy
napari-tools-menu>=0.1.17
napari-time-slicer>=0.4.8
napari-assistant
stackview>=0.9.1
[options.entry_points]
napari.plugin =
napari-segment-blobs-and-things-with-membranes = napari_segment_blobs_and_things_with_membranes
bia_bob_plugins =
nsbatwm_plugin = napari_segment_blobs_and_things_with_membranes._bia_bob_plugins:list_bia_bob_plugins