-
Notifications
You must be signed in to change notification settings - Fork 892
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
Consider adding build
to the "seed" packages
#1663
Comments
Thanks for the feedback! Is there another virtual environment tool that does this? Are there issues for this in |
Your point about consensus makes total sense, and Thanks for reading! |
Generally in a perfect world For |
In our build (mixed C, C++, Python, firmware, host tools, etc) we use the built-in vanilla I'm curious what you mean about Our (initial) use case for |
This means that |
(build maintainer here) I think I don't think
By the way, pip/uv do this too, and all three allow you turn this off by turning off build isolation. And build is just as much or as little of a third-party tool as pip or virtualenv is, all of them are PyPA projects. |
uv venv --seed
installs + upgradessetuptools
,pip
, andwheel
, which implies that its purpose is to facilitate distribution package creation. The recent distribution-packaging overhaul over the past few years in the Python world makesbuild
also a critical package. Would you consider adding it to the--seed
set?https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives
The text was updated successfully, but these errors were encountered: