add pyproject.toml and uv.lock templates to the template
This commit is contained in:
parent
128ed87f01
commit
9116ee2d25
2 changed files with 9 additions and 0 deletions
7
templates/python/pyproject.toml
Normal file
7
templates/python/pyproject.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[project]
|
||||
name = "template"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
2
templates/python/uv.lock
generated
Normal file
2
templates/python/uv.lock
generated
Normal file
|
@ -0,0 +1,2 @@
|
|||
version = 1
|
||||
requires-python = ">=3.11"
|
Loading…
Add table
Reference in a new issue