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

PEP 621: Migrate from setup.py and setup.cfg to pyproject.toml #1296

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Sep 5, 2023

Migrate setup.cfg to pyproject.toml using ini2toml to do the file conversion and running pyproject-fmt and then validate-pyproject to validate the results.

@jschneier
Copy link
Owner

This will need to be rebased now that the ruff changes are in. @cclauss would you also be interested in adding black?

@cclauss
Copy link
Contributor Author

cclauss commented Sep 6, 2023

Rebased. Let's do black in a separate PR after this lands because that has the potential to touch a lot of files.

@jschneier
Copy link
Owner

Should this remove ruff.toml as well?

@cclauss
Copy link
Contributor Author

cclauss commented Sep 6, 2023

Should this remove ruff.toml as well?

Yes. Much better, thanks.

@jschneier jschneier merged commit 42be60d into jschneier:master Sep 6, 2023
15 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