Skip to content

Commit b1cf2e4

Browse files
committed
fix conda package
* make sure static data is packaged
1 parent 4655583 commit b1cf2e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include bioimageio/core/VERSION

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
],
2727
packages=find_namespace_packages(exclude=["tests"]), # Required
2828
install_requires=["bioimageio.spec", "imageio>=2.5", "numpy", "xarray"],
29+
include_package_data=True,
2930
extras_require={
3031
"test": ["pytest", "tox"],
3132
"dev": ["pre-commit"],

0 commit comments

Comments
 (0)