Skip to content
Snippets Groups Projects
Commit 32bb26fa authored by Andi Gerken's avatar Andi Gerken
Browse files

Major changes to reading, writing and validation. Additional tests.

parent 461e2441
Branches
No related tags found
No related merge requests found
Pipeline #33417 passed
...@@ -2,18 +2,14 @@ ...@@ -2,18 +2,14 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
entry_points = { entry_points = {"console_scripts": ["robofish-io-validate=robofish.io.app:validate"]}
"console_scripts": [
"robofish-io-validate=robofish.io.app:validate",
]
}
setup( setup(
name="robofish-io", name="robofish-io",
version="0.1", version="0.1",
author="", author="",
author_email="", author_email="",
install_requires=['h5py'], install_requires=["h5py"],
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment