build: 更新项目构建配置

- 添加 pyproject.toml 文件,配置项目信息和依赖
- 更新 requirements.txt,调整依赖版本
- 在 static.py 中添加版本号变量
- 添加 .python-version 文件,指定 Python 版本
This commit is contained in:
2025-02-15 20:48:09 +08:00
parent 697ff3f7a3
commit 94198f5a51
5 changed files with 47 additions and 12 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.12