Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py: add missing langkit.scripts package to wheel #651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 29, 2024

  1. 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.
    sad-poet committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e277174 View commit details
    Browse the repository at this point in the history