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

feat: support script files and #!python rewriting #99

Merged
merged 3 commits into from
Nov 28, 2023

Conversation

baszalmstra
Copy link
Contributor

@baszalmstra baszalmstra commented Nov 28, 2023

Adds support for scripts files in wheels. Pypi packages like Ruff use this to ship native executables or arbitrary Python scripts. A test is included that installs ruff in a venv and executes it.

Closes #98
Closes #59

@baszalmstra baszalmstra changed the title feat: support script files feat: support script files and #!python rewriting Nov 28, 2023
@baszalmstra baszalmstra force-pushed the feat/support_script_entries branch from b1ca85c to 3605bcb Compare November 28, 2023 15:34
@baszalmstra baszalmstra merged commit 7de2c7a into prefix-dev:main Nov 28, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement scripts for Wheel unpacking Rewrite #!python.
2 participants