Skip to content
Snippets Groups Projects
Commit 2ffd2018 authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Add build system requirements, more dependencies and make exdf.cli a package

parent c149093c
No related branches found
No related tags found
No related merge requests found
[build-system]
requires = ["cython", "numpy", "setuptools", "wheel"]
\ No newline at end of file
......@@ -50,12 +50,13 @@ setup(
python_requires='>=3.8',
install_requires=[
'packaging',
'h5py',
'extra_data',
],
extras_require={
'glance': ['uniplot'],
'test': ['pytest',],
'test': ['pytest'],
},
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment