diff --git a/www/app/pyproject.toml b/www/app/pyproject.toml index 955ffd7..696b998 100644 --- a/www/app/pyproject.toml +++ b/www/app/pyproject.toml @@ -13,3 +13,5 @@ dependencies = [ "redis>=7.0.1", "uvicorn[standard]>=0.38.0", ] +[tool.setuptools.packages.find] +exclude = ["media", "static"] \ No newline at end of file diff --git a/www/media/.gitkeep b/www/media/.gitkeep new file mode 100644 index 0000000..e69de29