From b2bcffbcab23b5c3730badf251e9cd1cb5ef5444 Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:09:33 +0100 Subject: [PATCH] Fix missing setup file for "No matching distribution" error (#69) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae452fb..9f47430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,5 +82,4 @@ profile = "black" multi_line_output = 3 [tool.poetry.build] -generate-setup-file = false script = "django_compilemessages.py"