mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix linux Associate Bonsai with *.ifc files #5494
The package configuration only included files with extensions, so the `bonsai` wrapper script was not packaged in the wheel
This commit is contained in:
@@ -27,4 +27,4 @@ include = ["bonsai*"]
|
||||
exclude = ["test*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"*" = ["*.*"]
|
||||
"*" = ["*.*", "libs/desktop/bonsai"]
|
||||
|
||||
Reference in New Issue
Block a user