diff --git a/pyproject.toml b/pyproject.toml index a8596ad..a31db2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,3 +37,6 @@ cube2sphere = "cube2sphere.cube2sphere:main" [tool.setuptools.packages.find] include = ["cube2sphere"] + +[tool.setuptools.package-data] +cube2sphere = ["projector.blend"] \ No newline at end of file