-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
88 lines (73 loc) · 1.65 KB
/
setup.cfg
File metadata and controls
88 lines (73 loc) · 1.65 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[metadata]
name = napari-pitcount-cfim
description = A pipeline for stuff #TODO: Get knowledge to write a proper description Pitcount
version = 1.1.5
long_description = file: README.md
long_description_content_type = text/markdown
author = Markus L. Bille
author_email = github+markus@bille.dk
license = BSD-3-Clause
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Framework :: napari
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering :: Image Processing
url = https://github.com/MaxusTheOne/napari-pitcount-cfim
[bumpversion]
current_version = 0.9.0
commit = False
tag = False
parse = (?P<version>\d+\.\d+\.\d+)
serialize = {version}
files = setup.cfg
[options]
python_requires = >=3.9
packages = find:
include_package_data = True
package_dir =
=src
install_requires =
QtPy
pydantic
xmltodict
napari-czi-reader
aicsimageio
aicspylibczi
czifile
matplotlib
adjustText
cellpose <4.0.0
tensorflow
joblib
torch
torchvision
[options.extras_require]
napari =
napari[all]
test =
pytest
pytest-cov
pytest-qt
codecov
dev =
%(napari)s
%(test)s
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
napari-pitcount-cfim = napari_pitcount_cfim.start_plugin:main
napari.manifest =
napari-pitcount-cfim = napari_pitcount_cfim:napari.yaml
[options.package_data]
napari_pitcount_cfim =
napari.yaml
resources/*
resources/logo/*
resources/logo/*.png
[tool:pytest]
testpaths = tests