Skip to content
Snippets Groups Projects
Commit c3706c04 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Add additional dependencies for the examples.

parent fc7c8d08
No related branches found
No related tags found
1 merge request!18Several changes including chunking and expansion of examples.
...@@ -45,6 +45,10 @@ setup(name="enstools-compression", ...@@ -45,6 +45,10 @@ setup(name="enstools-compression",
"hdf5plugin>=4.0.0", "hdf5plugin>=4.0.0",
"netCDF4", "netCDF4",
], ],
extras_require={
'examples': ['pooch']
},
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'enstools-compression=enstools.compression.cli:main' 'enstools-compression=enstools.compression.cli:main'
......
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