-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
59 lines (54 loc) · 1.93 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
58
59
[metadata]
name = napari-organoid-counter
author = christinab12
author_email = christina.bukas@helmholtz-muenchen.de
url = https://github.com/HelmholtzAI-Consultants-Munich/napari-organoid-counter
license = MIT
description = A plugin to automatically count lung organoids using Deep Learning.
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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved :: MIT License
project_urls =
Bug Tracker = https://github.com/HelmholtzAI-Consultants-Munich/napari-organoid-counter/issues
Documentation = https://github.com/HelmholtzAI-Consultants-Munich/napari-organoid-counter#README.md
Source Code = https://github.com/HelmholtzAI-Consultants-Munich/napari-organoid-counter
User Support = https://github.com/HelmholtzAI-Consultants-Munich/napari-organoid-counter/issues
[options]
packages =
napari_organoid_counter
include_package_data = True
python_requires = >=3.9, <3.11
setup_requires = setuptools_scm
# add your package requirements here
install_requires =
napari[all]>=0.4.17,<0.5.0
napari-aicsimageio>=0.7.2
torch>=2.3.1
torchvision>=0.18.1
openmim
mmengine>=0.10.4
mmdet>=3.3.0
[options.extras_require]
testing =
tox
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
pytest-qt # https://pytest-qt.readthedocs.io/en/latest/
napari
pyqt5
[options.package_data]
* = *.yaml
[options.entry_points]
napari.manifest =
napari-organoid-counter = napari_organoid_counter:napari.yaml