diff options
| -rw-r--r-- | examples/pyproject.toml | 8 |
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 |
