Skip to content

Commit 2241a26

Browse files
committed
Add zarr._storage to packages
1 parent 91527e6 commit 2241a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
python_requires='>=3.7, <4',
3737
install_requires=dependencies,
3838
package_dir={'': '.'},
39-
packages=['zarr', 'zarr.tests'],
39+
packages=['zarr', 'zarr._storage', 'zarr.tests'],
4040
classifiers=[
4141
'Development Status :: 6 - Mature',
4242
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)