include schema files for Pyodide build via MANIFEST.in

This commit is contained in:
myoualid
2025-09-29 09:41:09 +01:00
parent ceac85ca02
commit a492be5971
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
recursive-include src/ifcopenshell-python/ifcopenshell/util/schema *.json
recursive-include src/ifcopenshell-python/ifcopenshell/util/schema *.ifc
@@ -21,7 +21,7 @@
const micropip = pyodide.pyimport("micropip");
await micropip.install("typing-extensions");
document.querySelector("#status").innerHTML = "Loading IfcOpenShell";
await micropip.install("../wheels/ifcopenshell-0.8.3+34a1bc6-cp313-cp313-emscripten_4_0_9_wasm32.whl");
await micropip.install("../wheels/ifcopenshell-0.8.4+c64b477-cp313-cp313-emscripten_4_0_9_wasm32.whl");
document.querySelector("#status").innerHTML = "Loading test script";