add pyproject.toml and uv.lock templates to the template

This commit is contained in:
cswimr 2025-01-13 06:07:23 -06:00
parent 128ed87f01
commit 9116ee2d25
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 9 additions and 0 deletions

View 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
View file

@ -0,0 +1,2 @@
version = 1
requires-python = ">=3.11"