使用uv init方式管理项目

This commit is contained in:
zhaoawd
2025-12-08 23:06:23 +08:00
parent 368ffaaaae
commit abe3d479a4
4 changed files with 26 additions and 13 deletions

7
pyproject.toml Normal file
View File

@ -0,0 +1,7 @@
[project]
name = "data-ge-new"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []