astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
24.41k stars 707 forks source link

Support for script-files #8134

Open petrprikryl opened 2 weeks ago

petrprikryl commented 2 weeks ago

Hi, are there any plans for script-files support like in setuptools tool.setuptools.script-files? E.g. for shell scripts.

Maybe useful:

charliermarsh commented 1 week ago

@konstin -- Would this be part of the build backend work (eventually), or is it separate?

konstin commented 1 week ago

Yes, adding scripts is part of the build backend configuration (there is a dedicated scripts folder in wheels).