9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2026-01-04 15:31:41 +00:00

python: separate css from html template

This commit is contained in:
Anthony Donlon
2025-12-22 22:28:46 +08:00
parent c0e576478a
commit 9fbcba1a34
8 changed files with 37 additions and 125 deletions

View File

@@ -23,5 +23,8 @@ include = [
"cloudflare_error_page/templates/*",
]
[tool.hatch.build.targets.wheel.hooks.custom]
path = "scripts/hatch_build.py"
[tool.hatch.version]
path = "cloudflare_error_page/__init__.py"