From 1ed1834d2687b7d8af5fcfd015223951fc268a71 Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Sun, 4 Feb 2024 00:33:54 +0900 Subject: [PATCH] Fix tool.pdm.package-type to distribution --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3771e679..a411b0e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ requires = ["pdm-backend"] build-backend = "pdm.backend" [tool.pdm] -package-type = "library" +distribution = true [tool.pdm.dev-dependencies] dev = [