Skip to content

Commit

Permalink
listdir for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Feb 26, 2024
1 parent 494ade7 commit f96ac47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-systems]
[build-system]
requires = [
"setuptools>=42",
"wheel",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f96ac47

Please # to comment.