diff --git a/pyproject.toml b/pyproject.toml index c68b8c2..48ea37f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 51.0.0", "wheel"] -build-backend = "setuptools.build_meta:__legacy__" +requires = ["setuptools >= 51.0.0"] +build-backend = "setuptools.build_meta" diff --git a/setup.py b/setup.py index fbaa5f6..3c1dff9 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,8 @@ Python {py} detected. from setuptools import setup # Our own imports +sys.path.insert(0, ".") + from setupbase import target_update from setupbase import (