support cookies

This commit is contained in:
2025-02-25 02:29:16 +00:00
parent 3fd605b111
commit 2b652c5926
7 changed files with 90 additions and 22 deletions

View File

@@ -52,7 +52,8 @@ build-backend = "hatchling.build"
exclude = [
"*",
"!src/**",
"!pyproject.toml"
"!pyproject.toml",
"!assets/**"
]
[tool.hatch.build.targets.wheel]