From 7a2962cebcafe28f042b2549481baedaf5e3df7c Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 9 Feb 2022 17:55:31 +0100 Subject: Add build tasks to GitHub workflow --- wrappers/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/setup.py') diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 9e7bde4..a1ce1ee 100755 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -76,7 +76,7 @@ class bdist_wheel(_bdist_wheel): print(f"Building wheel for platform {self.plat_name}") # setuptools will only use paths inside the package for package_data, so we copy the library - tmp_lib = shutil.copy2(f"{self.exports_lib_path}/{libpath}", "eduvpncommon/lib/") + tmp_lib = shutil.copy(f"{self.exports_lib_path}/{libpath}", "eduvpncommon/lib/") _bdist_wheel.run(self) os.remove(tmp_lib) -- cgit v1.2.3