feat(setup): update pyproject.toml to specify package data inclusion for simpleguardhome

This commit is contained in:
pacnpal
2025-01-28 22:18:39 -05:00
parent 0a33684d71
commit 860ed4583b

View File

@@ -23,7 +23,8 @@ dependencies = [
[tool.setuptools] [tool.setuptools]
package-dir = {"" = "src"} package-dir = {"" = "src"}
packages = {find = {where = ["src"]}} packages = ["simpleguardhome"]
include-package-data = true
[tool.setuptools.package-data] [tool.setuptools.package-data]
simpleguardhome = ["templates/*", "favicon.ico"] simpleguardhome = ["templates/*", "favicon.ico"]