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 pyproject.toml and move metadata from setup.py #267

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

JonathonReinhart
Copy link
Owner

References:
- https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
- JonathonReinhart/scuba@47d793f

Tested:
- python3 -m build
- diff generated .dist-info/* files and ensure only minimal, expected changes
This is the more modern, flexible frontend for building packages.

Also, it provides build isolation which should avoid issues related to
setuptools versions.

Reference: JonathonReinhart/scuba@2c5ae0a
This will ensure that only the package from the installed wheel is used.

Reference: JonathonReinhart/scuba@1add8fa
@JonathonReinhart JonathonReinhart merged commit 31d0d38 into main Jan 8, 2024
11 checks passed
@JonathonReinhart JonathonReinhart deleted the 253-use-pyproject branch January 8, 2024 05:15
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.

1 participant