Skip to content

Commit 369b9a8

Browse files
sad-poetpmderodat
authored andcommitted
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 "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:/Users/User/Documents/Programs/msys64-1/msys64/ucrt64/bin/create-project.exe/__main__.py", line 4, in <module> ModuleNotFoundError: No module named 'langkit.scripts' because the source file "langkit/scripts/create_project.py" was not added to the wheel archive.
1 parent 93d1817 commit 369b9a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'langkit.expressions',
2525
'langkit.gdb',
2626
'langkit.lexer',
27+
'langkit.scripts',
2728
'langkit.stylechecks',
2829
'langkit.utils'],
2930
package_data={'langkit': [

0 commit comments

Comments
 (0)