commit f4b3abe4f004c0db422c0cc54e27095980f628c2 parent de4369ce7af0841a6fa0c792493cdf46e1f17d4f Author: archiveanon <> Date: Sat, 21 Jun 2025 17:07:36 +0000 Add web files to package data Diffstat:
M | pyproject.toml | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml @@ -35,3 +35,6 @@ requires = [ [tool.ruff] line-length = 96 + +[tool.setuptools.package-data] +autotako = [ "static/*", "templates/*" ]