[setup] add etrack.io package

This commit is contained in:
Jan Grewe 2022-09-06 15:01:06 +02:00
parent 2593f21f3a
commit e5c9653bdd

View File

@ -5,14 +5,14 @@ VERSION = 0.5
AUTHOR = "Jan Grewe" AUTHOR = "Jan Grewe"
CONTACT = "jan.grewe@g-node.org" CONTACT = "jan.grewe@g-node.org"
CLASSIFIERS = "science" CLASSIFIERS = "science"
DESCRIPTION = "helpers for handling depp lab cut tracking results" DESCRIPTION = "Efish tracking helpers for handling tracking data."
README = "README.md" README = "README.md"
with open(README) as f: with open(README) as f:
description_text = f.read() description_text = f.read()
packages = [ packages = [
"etrack", "etrack", "etrack.io"
] ]
install_req = ["h5py", "pandas", "matplotlib", "numpy", "opencv-python"] install_req = ["h5py", "pandas", "matplotlib", "numpy", "opencv-python"]