Skip to content

Commit a704c90

Browse files
committed
Add grib codec to entrypoints
1 parent ca611af commit a704c90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

+5
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
long_description=(open('README.md').read() if exists('README.md') else ''),
1717
long_description_content_type='text/markdown',
1818
install_requires=list(open('requirements.txt').read().strip().split('\n')),
19+
entry_points={
20+
'numcodecs.codecs': [
21+
'grib = kerchunk.grib2:GRIBCodec'
22+
],
23+
},
1924
zip_safe=False
2025
)

0 commit comments

Comments
 (0)