Fix packaging

This commit is contained in:
Jeena 2025-06-03 13:59:13 +09:00
parent 449bac079e
commit d90c2404cd
2 changed files with 9 additions and 4 deletions

View file

@ -18,6 +18,10 @@ build-backend = "setuptools.build_meta"
[tool.setuptools]
package-dir = {"" = "src"}
include-package-data = true
[tool.setuptools.packages.find]
where = ["src"]
where = ["src"]
[tool.setuptools.package-data]
recoder = ["resources.gresource"]