We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171c023 commit 66b384bCopy full SHA for 66b384b
python/setup.py
@@ -148,8 +148,6 @@ def _copy_stubs(self):
148
src_file = pjoin(root, file)
149
dest_file = pjoin(dest_dir, file)
150
shutil.copy2(src_file, dest_file)
151
- print(
152
- f" Copied {file} to {os.path.relpath(dest_file, build_lib)}")
153
154
# adapted from cmake_build_ext in dynd-python
155
# github.com/libdynd/dynd-python
0 commit comments