use pdm to build
This commit is contained in:
parent
e30c4dd179
commit
6a937d3a76
1
.pdm-python
Normal file
1
.pdm-python
Normal file
@ -0,0 +1 @@
|
||||
D:/githubs/lib-not-dr/.venv/Scripts/python.exe
|
2
pdm.toml
Normal file
2
pdm.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[python]
|
||||
path = "D:\\githubs\\lib-not-dr\\.venv\\Scripts\\python.exe"
|
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user