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

Move all setup.cfg configuration into pyproject.toml #177

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

akx
Copy link
Contributor

@akx akx commented Oct 15, 2024

Mypy can read its configuration just fine from pyproject.toml too, there's no reason to keep the legacy setup.cfg file hanging on.

This also adds the build-system meta for setuptools so the package can be built using regular PEP 517 tooling (e.g. python -m build or uv build).

I checked the built distributions are still the same c.f. 0d69b77 (aside, of course, these changed files).

@attwad
Copy link
Owner

attwad commented Oct 15, 2024

thanks!

@attwad attwad merged commit a9c3c69 into attwad:master Oct 15, 2024
4 checks passed
@akx akx deleted the all-in-pyproject branch October 15, 2024 08:33
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