use pdm to build

This commit is contained in:
shenjack 2023-06-24 20:30:01 +08:00
parent e30c4dd179
commit 6a937d3a76
3 changed files with 19 additions and 0 deletions

1
.pdm-python Normal file
View File

@ -0,0 +1 @@
D:/githubs/lib-not-dr/.venv/Scripts/python.exe

2
pdm.toml Normal file
View File

@ -0,0 +1,2 @@
[python]
path = "D:\\githubs\\lib-not-dr\\.venv\\Scripts\\python.exe"

16
pyproject.toml Normal file
View File

@ -0,0 +1,16 @@
[project]
version = "0.0.1"
name = "lib-not-dr"
description = "A python lib created from Difficult Rocket development"
readme = "README.md"
authors = [
{name = "shenjackyuanjie", email = "3695888@qq.com"}
]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.license]
file = "LICENSE"
text = "MPL-2.0"