From e2040fdc665eae183856fd33b97a2845d7da1e81 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 12 Aug 2022 18:10:01 +0200 Subject: [PATCH] Build: pyproject.toml - removed seems to breal wheel build, i dont know --- pyproject.toml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 499958c..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,18 +0,0 @@ - -[build-system] -# Preparing for PEP-517/PEP-518, but not in effect yet. -# These requires are not effective yet, setup.cfg is. -requires =[ - "setuptools >=39.2.0", - "setuptools_scm >= 4.1.2", - ] - -build-backend = "setuptools.build_meta" - -[tool.pytest.ini_options] -minversion = "6.0" -addopts = "-rP --forked" -testpaths = [ - "tests", -] -