Blob Blame History Raw
From c77f757ca7172d11ba4300cdcd3841942eccff33 Mon Sep 17 00:00:00 2001
From: Carmen Bianca Bakker <carmen@carmenbianca.eu>
Date: Thu, 16 Dec 2021 13:32:59 +0100
Subject: [PATCH] Do not use custom xinstall

Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index cc09dca..84e8b20 100755
--- a/setup.py
+++ b/setup.py
@@ -238,7 +238,6 @@ class install_scripts_rewrite(install_scripts):
 
 # The custom install needs to be used on Windows machines
 cmdclass = {
-    "install": xinstall,
     "sdist": xsdist,
     "build_py": xbuild_py,
 }
-- 
2.33.1