移除编译文件并更新pyproject.toml

This commit is contained in:
陆程杰 2026-01-08 23:23:50 +08:00
parent 693440049a
commit 2c3cbaf07b
2 changed files with 1 additions and 2 deletions

View File

@ -21,5 +21,4 @@ build-backend = "hatchling.build"
start = "app:app" start = "app:app"
serve = "gunicorn:run" serve = "gunicorn:run"
[tool.uv]
python-version = "3.8"