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

Remove setup.cfg #87

Merged
merged 5 commits into from
Jan 23, 2025
Merged

Remove setup.cfg #87

merged 5 commits into from
Jan 23, 2025

Conversation

berombau
Copy link
Member

pyproject.toml can support everything setup.cfg can. It's also more future proof.

Instead of locking dependencies in a requirements.txt (which does not support optional dependencies), there is now support for uv lock and pixi.

By using optional-dependencies instead of the newer but not yet supported by pip dependency-groups, nothing changes.

The build backend remains the same, so everything should still work...

@ArneDefauw ArneDefauw merged commit 7a554b0 into main Jan 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants