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