mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 08:52:43 +00:00
include schema files for Pyodide build via MANIFEST.in
This commit is contained in:
@@ -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");
|
const micropip = pyodide.pyimport("micropip");
|
||||||
await micropip.install("typing-extensions");
|
await micropip.install("typing-extensions");
|
||||||
document.querySelector("#status").innerHTML = "Loading IfcOpenShell";
|
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";
|
document.querySelector("#status").innerHTML = "Loading test script";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user