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

Refactor project configuration files from setup.cfg to pyproject.toml PEP-518 #995

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

cleder
Copy link
Contributor

@cleder cleder commented Oct 1, 2024

workerB
As Python packaging evolves, pyproject.toml is becoming the de facto standard for configuration, supported by tools like pip, uv and build systems like flit and poetry.

background

python -m build produces the same results, on master and this branch

@cleder cleder marked this pull request as ready for review October 1, 2024 18:27
Copy link
Owner

@jpadilla jpadilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is great, thanks!

@jpadilla jpadilla merged commit 9bcb83f into jpadilla:master Oct 7, 2024
26 checks passed
@jpadilla jpadilla added the hacktoberfest Issues for first-time contributors label Oct 8, 2024
@cleder cleder deleted the setup-py-to-pyproject-toml branch October 8, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues for first-time contributors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants