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

Add missing build-system section to pyproject.toml #85

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Dec 24, 2024

Add missing build-system section to make the pyproject.toml file conform to PEP 517, and use the correct setuptools.build_meta backend. This is necessary to make the package build with the more strict packaging tools, e.g. used by Gentoo.

See: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html

Add missing `build-system` section to make the `pyproject.toml` file
conform to PEP 517, and use the correct `setuptools.build_meta` backend.
This is necessary to make the package build with the more strict
packaging tools, e.g. used by Gentoo.

See: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
@romanz romanz merged commit ed49192 into romanz:master Dec 24, 2024
7 checks passed
@romanz
Copy link
Owner

romanz commented Dec 24, 2024

Thanks!

@mgorny mgorny deleted the build-system branch December 24, 2024 09:04
@mgorny
Copy link
Contributor Author

mgorny commented Dec 24, 2024

Thanks!

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