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:
Bruno Postle
2024-09-26 22:23:38 +01:00
parent ecd147675e
commit ceeba53c18
+1 -1
View File
@@ -27,4 +27,4 @@ include = ["bonsai*"]
exclude = ["test*"]
[tool.setuptools.package-data]
"*" = ["*.*"]
"*" = ["*.*", "libs/desktop/bonsai"]