commit 27f5f37bedbbb0c56da149f7f2c73693c499bcf9 parent ea61bfa1ea26b4ce0453ae515b8eb4cf27ef6ba1 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/*" ]