cm0002@lemmy.world to Python@programming.dev · 4 months agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square18linkfedilinkarrow-up1106arrow-down12
arrow-up1104arrow-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 · 4 months agomessage-square18linkfedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-24 months 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·4 months 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.