forked from BodenmillerGroup/readimc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (28 loc) · 789 Bytes
/
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
[metadata]
name = readimc
url = https://github.com/BodenmillerGroup/readimc
author = Jonas Windhager
author_email = [email protected]
classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: MIT License
license = MIT
license_files = LICENSE
description = Read Fluidigm(R) Imaging Mass Cytometry(TM) files
long_description = file: README.md
long_description_content_type = text/markdown
keywords = Fluidigm, Imaging Mass Cytometry, IMC
[options]
zip_safe = True
setup_requires =
setuptools_scm
install_requires =
imageio
numpy
python_requires = >=3.8
packages = find:
use_scm_version =
write_to = readimc/_version.py