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

setup.py fix

parent 7db8a4d5
Branches
Tags
No related merge requests found
Pipeline #33420 passed
...@@ -9,7 +9,7 @@ setup( ...@@ -9,7 +9,7 @@ setup(
version="0.1", version="0.1",
author="", author="",
author_email="", author_email="",
install_requires=["h5py, re, numpy"], install_requires=["h5py", "re", "numpy"],
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