-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
57 lines (52 loc) · 1.46 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
[metadata]
name = napari-mm3
version = 0.0.16
author = Gursharan Ahir, Michael Sandler, Ryan Thiermann
author_email = [email protected]
url = https://github.com/junlabucsd/napari-mm3
license = BSD-3-Clause
description = a plugin for mother machine image analysis
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Framework :: napari
Topic :: Software Development :: Testing
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
License :: OSI Approved :: BSD License
project_urls =
Bug Tracker = https://github.com/junlabucsd/napari-mm3/issues
Documentation = https://github.com/junlabucsd/napari-mm3#README.md
Source Code = https://github.com/junlabucsd/napari-mm3
User Support = https://github.com/junlabucsd/napari-mm3/issues
[options]
packages = find:
python_requires = >=3.9
package_dir =
=src
# add your package requirements here
install_requires =
napari-plugin-engine>=0.1.4
numpy==1.26.4
h5py
tifffile==2021.11.2
scikit-learn
scikit-image
tensorflow
nd2
seaborn
elasticdeform
include_package_data = True
[options.packages.find]
where = src
[options.entry_points]
napari.manifest =
napari-mm3 = napari_mm3:napari.yaml
[options.package_data]
napari_mm3 = napari.yaml