cm0002@lemmy.world to Python@programming.dev · 15 days agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square15fedilinkarrow-up163arrow-down12
arrow-up161arrow-down1external-linkPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comcm0002@lemmy.world to Python@programming.dev · 15 days agomessage-square15fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-213 days agoAFAIK setuptools and hatch are for building. Publishing is a different process. You can try uv for publishing, but idk if it supports publishing to alternatives to PyPI.
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·11 days agosetuptools is for enforcing a cartel, naively can simplify that to for building. I hope uv completely replaces setuptools and build. Then the maintainers can move on to another racket.
AFAIK setuptools and hatch are for building. Publishing is a different process. You can try
uv
for publishing, but idk if it supports publishing to alternatives to PyPI.setuptools is for enforcing a cartel, naively can simplify that to
for building
.I hope uv completely replaces setuptools and build. Then the maintainers can move on to another racket.