4
New to Python packaging? Avoid hatch
(danpassaro.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Thank you. That seems quite problematic. I would expect the build backend only to include what I tell it to. IIRC pyproject has a field to tell which packages exist in the project and I'd expect only that to be included + what was specified e.g resources like images.
the article doesn't mention the many ways you can define what (not) to include that hatch offers.
The problem is the default. It's seemingly opt-out, not opt-in. That leads to experiences like these.