diff --git a/.pdm-python b/.pdm-python new file mode 100644 index 0000000..0ce954f --- /dev/null +++ b/.pdm-python @@ -0,0 +1 @@ +D:/githubs/lib-not-dr/.venv/Scripts/python.exe \ No newline at end of file diff --git a/pdm.toml b/pdm.toml new file mode 100644 index 0000000..b63e925 --- /dev/null +++ b/pdm.toml @@ -0,0 +1,2 @@ +[python] +path = "D:\\githubs\\lib-not-dr\\.venv\\Scripts\\python.exe" diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a09a4df --- /dev/null +++ b/pyproject.toml @@ -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"