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

Consider switching from setuptools to Poetry #167

Closed
bgilbert opened this issue Jun 12, 2022 · 2 comments
Closed

Consider switching from setuptools to Poetry #167

bgilbert opened this issue Jun 12, 2022 · 2 comments

Comments

@bgilbert
Copy link
Member

It's cleaner, apparently popular, and appears to support everything we need.

WIP in #164, though we should break that out into a separate PR.

@bgilbert
Copy link
Member Author

We'd need to update the website retiling workflow.

@bgilbert
Copy link
Member Author

bgilbert commented Nov 1, 2023

Poetry seems mainly targeted at applications that want to lock their dependencies, and also doesn't seem to have first-class support for Python extension modules. Also, now that PEP 621 allows project metadata in pyproject.toml, Poetry's single-file configuration approach is less of a differentiator.

For now, I'm leaning toward modernizing our setuptools config instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant