From 860ed4583b2f28b5688e24c4ab56c38247600a5c Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:18:39 -0500 Subject: [PATCH] feat(setup): update pyproject.toml to specify package data inclusion for simpleguardhome --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b264e78..a328803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ dependencies = [ [tool.setuptools] package-dir = {"" = "src"} -packages = {find = {where = ["src"]}} +packages = ["simpleguardhome"] +include-package-data = true [tool.setuptools.package-data] simpleguardhome = ["templates/*", "favicon.ico"] \ No newline at end of file