Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from setuptools to flit #12

Open
ronaldoussoren opened this issue Jan 2, 2020 · 3 comments
Open

Switch from setuptools to flit #12

ronaldoussoren opened this issue Jan 2, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@ronaldoussoren
Copy link
Owner

ronaldoussoren commented Jan 2, 2020

altgraph currently uses setuptools, use flit instead.

Doing this is easy enough, but requires dropping python 2 support and I don't know when I'll do that.

@ronaldoussoren ronaldoussoren added the enhancement New feature or request label Jan 2, 2020
@flying-sheep
Copy link

Python 2 is already unsupported, so now is a good time.

@jgarte
Copy link

jgarte commented Oct 1, 2023

Hi, why would it be good to use flit instead of setuptools? 🦆

@flying-sheep
Copy link

Simplicity. Setuptools is old, and therefore has a lot of competing ways to do things, outdated tutorials, slowness, verbose logging and so on.

Build backends like Flit, Hatch, PDM, … are much less bespoke, built for pyproject.toml exclusively, and therefore faster and easier to learn.

One could also use pyproject.toml to configure setuptools and have some of the advantages, but if you run into problems, “how to do X with setuptools” will yield less helpful responses because of all the history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants