From 0f3409bc975af779835e236c32d282157f75a372 Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Sat, 19 Oct 2024 22:21:31 +0200 Subject: [PATCH] Remove generate setup file --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1790865..316e28b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,6 @@ sec = { cmd = "poetry run bandit -r iscc_core -q", help = "Security check with b all = ["gentests", "format", "docs", "format-md", "lf", "test", "sec"] [tool.poetry.build] -generate-setup-file = true script = "build.py" [build-system]