From f90377ac695a7f50afd1b8ba18042c573d7eba3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Sun, 10 May 2026 03:12:11 +0200 Subject: [PATCH] chore: remove building part in pyproject --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53cfb5c..996559a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,10 +17,6 @@ dependencies = [ "sentry-sdk[django]>=2.59.0", ] -[build-system] -requires = ["setuptools>=68"] -build-backend = "setuptools.build_meta" - [dependency-groups] dev = [ "django-extensions>=4.1",