From 447a13b6e7552d69cf8abc2531fe52a45f6acd43 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 14 Jul 2024 23:31:34 +1000 Subject: [PATCH] Forgot to do the same for PyPI --- src/ifcopenshell-python/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index d5efcec3f6..9c5e608de8 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -111,14 +111,7 @@ endif cd dist/working && wget $(IOS_URL) cd dist/working && unzip ifcopenshell-python* - cp -r dist/working/ifcopenshell/ifcopenshell_wrapper.py dist/ifcopenshell/ -ifeq ($(PLATFORM), win64) - cp -r dist/working/ifcopenshell/_ifcopenshell_wrapper.pyd dist/ifcopenshell/ -else ifeq ($(PLATFORM), win32) - cp -r dist/working/ifcopenshell/_ifcopenshell_wrapper.pyd dist/ifcopenshell/ -else - cp -r dist/working/ifcopenshell/_ifcopenshell_wrapper.so dist/ifcopenshell/ -endif + cp -r dist/working/ifcopenshell/*ifcopenshell_wrapper* dist/ifcopenshell/ rm -rf dist/working # distutils cannot access anything outside the cwd, so hackishly swap out the README.md cp README.md ../README.bak