diff --git a/electron/servers/fastapi/pyproject.toml b/electron/servers/fastapi/pyproject.toml index 04e97e17..286cfac3 100644 --- a/electron/servers/fastapi/pyproject.toml +++ b/electron/servers/fastapi/pyproject.toml @@ -2,7 +2,6 @@ name = "presenton-backend" version = "0.1.0" description = "Add your description here" -readme = "README.md" requires-python = ">=3.11,<3.12" dependencies = [ "aiohttp>=3.12.15", @@ -41,3 +40,7 @@ url = "https://download.pytorch.org/whl/cpu" [dependency-groups] dev = [ ] + +[tool.setuptools.packages.find] +where = ["."] +include = ["api*", "enums*", "models*", "services*", "constants*", "utils*"]