fix: Add package data for cube2sphere

Includes projector.blend file in cube2sphere package data
to ensure necessary assets are distributed with the package.
This commit is contained in:
Kumi 2024-12-13 15:51:22 +01:00
parent 1296d51ee7
commit 7e6cc55d84
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -37,3 +37,6 @@ cube2sphere = "cube2sphere.cube2sphere:main"
[tool.setuptools.packages.find]
include = ["cube2sphere"]
[tool.setuptools.package-data]
cube2sphere = ["projector.blend"]