use pdm init project
This commit is contained in:
parent
8445980301
commit
0dcf657ea4
|
@ -0,0 +1 @@
|
||||||
|
/Users/jeremy/Documents/projects/simplylab/.venv/bin/python
|
|
@ -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
|
Loading…
Reference in New Issue