From 23197e36a619c267863a3238b092b60e36d8c63d Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Wed, 7 Feb 2024 13:33:47 +0000 Subject: [PATCH] Try removing build config from pyproject.toml --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1e0a7b..c340ca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,5 @@ # TODO: Move entire setup.cfg to pyproject.toml -[build-system] -build-backend = "setuptools.build_meta" -# Version 64.0.0 is needed for editable installs without setup.py file -# https://setuptools.pypa.io/en/latest/references/keywords.html -requires = [ - "setuptools>=64.0.0", - "wheel" -] - [tool.ruff] line-length = 88 show-fixes = true