-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (27 loc) · 825 Bytes
/
setup.cfg
File metadata and controls
28 lines (27 loc) · 825 Bytes
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
[metadata]
name = xtiff
url = https://github.com/BodenmillerGroup/xtiff
author = Jonas Windhager
author_email = jonas@windhager.io
maintainer = Milad Adibi
maintainer_email = milad.adibi@uzh.ch
classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: MIT License
license = MIT
description = A tiny Python library for writing multi-channel TIFF stacks
long_description = file: README.md
long_description_content_type = text/markdown
[options]
zip_safe = True
install_requires =
numpy
tifffile>=2022.4.22
python_requires = >=3.8
packages = find: