-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
75 lines (69 loc) · 1.77 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[metadata]
name = czitools
version = 0.7.5
author = Sebastian Rhode
author_email = [email protected]
url = https://github.com/sebi06/czitools
license = GNU General Public License v3 (GPLv3)
description = Tools to simplify reading CZI (Carl Zeiss Image) meta and pixel data
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Intended Audience :: Developers
Topic :: Scientific/Engineering
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: Unix
Operating System :: Microsoft :: Windows
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
project_urls =
Bug Tracker = https://github.com/sebi06/czitools/issues
Documentation = https://github.com/sebi06/czitools/#README.md
Source Code = https://github.com/sebi06/czitools/
User Support = https://github.com/sebi06/czitools//issues
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9, <3.12
# add your package requirements here
install_requires =
pylibCZIrw>=4.1.2
aicspylibczi>=3.1.2
tqdm
pandas
ome-zarr
python-dateutil
python-box[all]
czifile
loguru
pydantic
[options.extras_require]
all =
napari[all] # will install PyQt5
seaborn
plotly
pyqtgraph
colormap
[options.packages.find]
where = src
exclude =
data*
docs*
demo*
images*
archive
[options.exclude_package_data]
* =
*.czi
*.tif
*.tiff
*.csv
*.html
*.zarr
*MetaData.xml