-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsetup.cfg
59 lines (54 loc) · 1.17 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 = steinbock
url = https://github.com/BodenmillerGroup/steinbock
author = Jonas Windhager
author_email = [email protected]
maintainer = Milad Adibi
maintainer_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 = A toolkit for processing multiplexed tissue images
long_description = file: README.md
long_description_content_type = text/markdown
[options]
zip_safe = True
install_requires =
anndata
click
click-log
fcswrite
h5py
imageio
networkx
numpy
opencv-python-headless
pandas
scikit-image
scipy
tifffile
xtiff
python_requires = >=3.8
packages = find_namespace:
[options.packages.find]
include = steinbock*
[options.package_data]
steinbock = **/data/*
[options.extras_require]
imc =
readimc
cellpose =
cellpose
deepcell =
deepcell
pyyaml
napari =
napari[all]
[options.entry_points]
console_scripts =
steinbock = steinbock._cli:steinbock_cmd_group