From f96ac47caf230405608e734bcd72e2190c87a4ff Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:38:04 +0100 Subject: [PATCH] listdir for debugging --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb08cba6..d998f182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -[build-systems] +[build-system] requires = [ "setuptools>=42", "wheel", diff --git a/setup.py b/setup.py index b23ff30e..930bbfed 100644 --- a/setup.py +++ b/setup.py @@ -144,7 +144,7 @@ def build_extension(self, ext: CMakeExtension) -> None: ["cmake", "--build", ".", *build_args], cwd=build_temp, check=True ) - +os.listdir('psapi-stubs') shutil.move('python/psapi-stubs', '.') def package_files(directory):