use pdm init project

This commit is contained in:
Jeremy Yin 2024-03-14 16:39:51 +08:00
parent 8445980301
commit 0dcf657ea4
4 changed files with 16 additions and 0 deletions

1
.pdm-python Normal file
View File

@ -0,0 +1 @@
/Users/jeremy/Documents/projects/simplylab/.venv/bin/python

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[project]
name = "simplylab"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Jeremy Yin", email = "jeremyyin2012@gmail.com"},
]
dependencies = []
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false

View File

0
tests/__init__.py Normal file
View File