-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support for script-files #8134
Comments
@konstin -- Would this be part of the build backend work (eventually), or is it separate? |
Yes, adding scripts is part of the build backend configuration (there is a dedicated scripts folder in wheels). |
Is there any plan for this? I would like to move from Poetry to UV but this is blocking it for one of my projects. I would like the equivalent of: |
@BenConstable9 - I believe Also Using uv run as a task runner might be relevant? |
Note that packages using The |
There are three different features known as "scripts":
If you move from poetry to uv, you currently need to configure this for the build backend your using, not in uv itself. |
Thank you all. I had somehow missed this in the documentation. I will look to use it. |
Hi, are there any plans for
script-files
support like in setuptoolstool.setuptools.script-files
? E.g. for shell scripts.Maybe useful:
The text was updated successfully, but these errors were encountered: