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 #719

Closed
wants to merge 1 commit into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Apr 17, 2023

Failing tests are fixed in #712

Migrate setup.py to setup.cfg using setuptools-py2cfg plus manual modifications. Then 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.

@akx
Copy link
Contributor

akx commented May 11, 2023

@cclauss btw, since you're doing these renovations, you might be interested in my https://github.com/akx/pyproject-migrator project :) PRs &c. welcome.

@PierreF
Copy link
Contributor

PierreF commented Dec 20, 2023

Thank for your contribution (or other PR !).

This PR seems a duplicated of #729, which seems to do the same as this one.

Signed-off-by: Christian Clauss <cclauss@me.com>
@cclauss cclauss closed this Dec 20, 2023
@cclauss cclauss deleted the pyproject.toml branch December 20, 2023 20:19
@akx akx mentioned this pull request Dec 21, 2023
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.

None yet

3 participants