aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-11 23:00:06 +0800
committer简律纯 <i@jyunko.cn>2024-03-11 23:00:06 +0800
commit6a480c9b1efb70410e11c8233382c5c90b7e68cb (patch)
tree85f908e1d4e8d6c66d91999fae08b9d5f1bef24d /examples/pyproject.toml
parent353cef0e447733a75f1076ad9296f76f40ef9684 (diff)
downloadipm-6a480c9b1efb70410e11c8233382c5c90b7e68cb.tar.gz
ipm-6a480c9b1efb70410e11c8233382c5c90b7e68cb.zip
refactor!: 干掉 虚拟环境
Diffstat (limited to 'examples/pyproject.toml')
-rw-r--r--examples/pyproject.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/pyproject.toml b/examples/pyproject.toml
index 89ca873..f0eeda3 100644
--- a/examples/pyproject.toml
+++ b/examples/pyproject.toml
@@ -10,10 +10,4 @@ webpage = ""
unzip = 1
dependencies = ["infini"]
requires-python = ">=3.8"
-readme = "README.md"
-
-[tool.pdm]
-distribution = true
-
-[tool.pdm.dev-dependencies]
-dev = ["pytest"]
+readme = "README.md" \ No newline at end of file