Fix IfcPatch pyinstaller script to make it easier to distribute ifcpatch.

This commit is contained in:
Dion Moult
2021-08-03 22:30:51 +10:00
parent 2b63698d7c
commit 7403d14001
7 changed files with 32 additions and 45 deletions
+8
View File
@@ -0,0 +1,8 @@
import toposort
import ifcpatch
import ifcpatch.recipes
import ifcopenshell.util.selector
import ifcopenshell.util.element
import ifcopenshell.util.schema
import ifcpatch.__main__