this post was submitted on 06 Apr 2025
118 points (97.6% liked)

Python

7090 readers
2 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] eager_eagle@lemmy.world 1 points 1 month ago (2 children)

Have you tried hatch?

I don't know why people are still bothering with setuptools for new projects.

Will look at it again

[–] logging_strict@programming.dev 1 points 1 month ago (1 children)

From the hatch docs, not seeing where it discusses publishing to alternative package warehouses.

[–] eager_eagle@lemmy.world 2 points 1 month ago* (last edited 1 month ago) (1 children)

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.