Fixed Error "Could not load the Qt platform plugin "xcb" mentioned in #101

This commit is contained in:
Deniz Şafak
2025-12-09 04:24:38 +03:00
parent ed31aaf632
commit e3cdd1a9ca
5 changed files with 33 additions and 2 deletions
+6
View File
@@ -65,9 +65,15 @@ exclude = [
"WINDOWS_INSTALL.bat",
]
[tool.hatch.build.targets.sdist.force-include]
"abogen/libs" = "abogen/libs"
[tool.hatch.build.targets.wheel]
packages = ["abogen"]
[tool.hatch.build.targets.wheel.force-include]
"abogen/libs" = "abogen/libs"
[tool.hatch.version]
path = "abogen/VERSION"
pattern = "^(?P<version>.+)$"