summaryrefslogtreecommitdiff
path: root/wrappers/python/setup.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-03-07 15:09:22 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-03-07 15:19:43 +0100
commit47d9e993ce43c4238810a2533a81a24ee701f155 (patch)
tree88932810d6c13eb3d8be05c48fe756159377d45e /wrappers/python/setup.py
parent89111e1aef8a5bfbaa3b196b5cf27e768d225728 (diff)
Format: Run Black
Diffstat (limited to 'wrappers/python/setup.py')
-rwxr-xr-xwrappers/python/setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py
index f19be57..143b6a5 100755
--- a/wrappers/python/setup.py
+++ b/wrappers/python/setup.py
@@ -106,7 +106,9 @@ class bdist_wheel(_bdist_wheel):
if os.path.isdir(p):
shutil.rmtree(p)
os.makedirs(p)
- shutil.copyfile(self.exports_lib_path + "/" + libpath, p+"/"+libpath.split("/")[-1])
+ shutil.copyfile(
+ self.exports_lib_path + "/" + libpath, p + "/" + libpath.split("/")[-1]
+ )
_bdist_wheel.run(self)
shutil.rmtree(p)