@cm0002@lemmy.world to Python@programming.dev • 2 months agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square18arrow-up1119
arrow-up1119external-linkPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.com@cm0002@lemmy.world to Python@programming.dev • 2 months agomessage-square18
minus-squareEager EaglelinkfedilinkEnglish2•edit-22 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-square@logging_strict@programming.devlinkfedilink1•2 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.