9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-23 16:59:17 +00:00

Add versioning configuration to pyproject.toml

Fix "ValueError: Missing `tool.hatch.version` configuration" when using pip install
This commit is contained in:
syrf109475
2025-12-21 14:54:52 +08:00
committed by GitHub
parent 5bc662dd06
commit e66b5357a4

View File

@@ -22,3 +22,6 @@ include = [
"cloudflare_error_page/*.py",
"cloudflare_error_page/templates/*",
]
[tool.hatch.version]
path = "cloudflare_error_page/__init__.py"