[setup] add etrack.io package
This commit is contained in:
parent
2593f21f3a
commit
e5c9653bdd
4
setup.py
4
setup.py
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user