From 2dad48ea318f9093c1ef2f658fe90f8b9f945657 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Wed, 11 Sep 2024 12:08:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20possibly=20fix=20missing=20packa?= =?UTF-8?q?ges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd1e8827c..88e5d1235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,8 +99,8 @@ test = [ requires = ["setuptools>=74"] build-backend = "setuptools.build_meta" -[tool.setuptools] -packages = ["froide"] +[tool.setuptools.packages.find] +where = ["froide"] [tool.ruff] exclude = ["migrations", "build", "node_modules"]