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:
parent
1296d51ee7
commit
7e6cc55d84
1 changed files with 3 additions and 0 deletions
|
@ -37,3 +37,6 @@ cube2sphere = "cube2sphere.cube2sphere:main"
|
|||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["cube2sphere"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
cube2sphere = ["projector.blend"]
|
Loading…
Reference in a new issue