diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 38e2b667..565b5933 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -72,4 +72,4 @@ max-complexity = 10 line-length = 120 [tool.setuptools] -packages = ["src"] +packages = ['tmp', 'routes', 'commands', 'database', 'templates', 'exceptions', 'controller', 'migrations', 'dependencies']