We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca611af commit a704c90Copy full SHA for a704c90
setup.py
@@ -16,5 +16,10 @@
16
long_description=(open('README.md').read() if exists('README.md') else ''),
17
long_description_content_type='text/markdown',
18
install_requires=list(open('requirements.txt').read().strip().split('\n')),
19
+ entry_points={
20
+ 'numcodecs.codecs': [
21
+ 'grib = kerchunk.grib2:GRIBCodec'
22
+ ],
23
+ },
24
zip_safe=False
25
)
0 commit comments