From 7e6cc55d848f3ee3a3a040473ae7b3bdee920b07 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 13 Dec 2024 15:51:22 +0100 Subject: [PATCH] fix: Add package data for cube2sphere Includes projector.blend file in cube2sphere package data to ensure necessary assets are distributed with the package. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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