From e277174da4cadb67053a3aa33bacb1fbb330032b Mon Sep 17 00:00:00 2001 From: Philipp Smirnov <146602136+sad-poet@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:37:11 +0100 Subject: [PATCH] setup.py: add missing langkit.scripts package to wheel The "create-project.py" executable wrapper file created by setuptools was crashing with an error: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:/Users/User/Documents/Programs/msys64-1/msys64/ucrt64/bin/create-project.exe/__main__.py", line 4, in ModuleNotFoundError: No module named 'langkit.scripts' because the source file "langkit/scripts/create_project.py" was not added to the wheel archive. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5a8b33790..6a8f6af1e 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ 'langkit.expressions', 'langkit.gdb', 'langkit.lexer', + 'langkit.scripts', 'langkit.stylechecks', 'langkit.utils'], package_data={'langkit': [