Skip to content

Commit 7952283

Browse files
authored
Merge pull request #300 from J5lx/fixes/wheel-includes
Fix startup failure due to missing files in wheels built directly from source
2 parents a2d491e + 8a58d84 commit 7952283

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ authors = ["Peter Bienstman <Peter.Bienstman@gmail.com>"]
66
readme = "README.md"
77
packages = [{include = "mnemosyne"},
88
{include = "openSM2sync"}]
9-
include = ["mnemosyne/pyqt_ui/ui_*", "makefile", "pixmaps/*",
10-
"tests/*", "mnemosyne/pyqt_ui/makefile"]
9+
include = [{path = "mnemosyne/pyqt_ui/ui_*", format = ["sdist", "wheel"]},
10+
"makefile", {path = "pixmaps/*", format = ["sdist", "wheel"]}, "tests/*",
11+
"mnemosyne/pyqt_ui/makefile"]
1112
exclude = ["mnemosyne/android", "mnemosyne/android_python",
1213
"mnemosyne/embedded_in_C", "mnemosyne/UDP_server"]
1314

0 commit comments

Comments
 (0)