From f269b60b2d7cdcd967e6f8a931425b1f2362627b Mon Sep 17 00:00:00 2001 From: Moritz Makowski Date: Wed, 10 Jan 2024 01:07:20 +0100 Subject: [PATCH] #214 Migrate from Poetry to PDM (7) Fix pip install --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a1c003bf..1265652c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,3 +83,6 @@ markers = [ add = ["--no-self"] install = ["--no-self"] remove = ["--no-self"] + +[tool.setuptools] +packages = []