From b9bdd64568eb26bd32eb81dfdc4373ed62ecd7da Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:21:37 +0100 Subject: [PATCH] Remove custom build (revert to auto create setup file) (#70) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f47430..1d5d454 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,6 +80,3 @@ sentry = ["django-q-sentry"] [tool.isort] profile = "black" multi_line_output = 3 - -[tool.poetry.build] -script = "django_compilemessages.py"