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

Migrate to pyproject.toml #745

Merged
merged 4 commits into from
Dec 7, 2023
Merged

Conversation

thomasjpfan
Copy link
Collaborator

@thomasjpfan thomasjpfan commented Dec 5, 2023

This PR migrates the build system to use pyproject.toml.

This PR also replaces versioneer.py with setuptools_scm. It works the same way, where the version is generated based on the git tag. During wheel or sdist building, setuptools_scm writes the version to a _version.py file.

@thomasjpfan
Copy link
Collaborator Author

I tested wheel building with this configuration on my fork and it all works: https://github.com/thomasjpfan/word_cloud/actions/runs/7109479262

@amueller
Copy link
Owner

amueller commented Dec 6, 2023

thank you! lgtm

@thomasjpfan thomasjpfan merged commit 3746d9a into amueller:main Dec 7, 2023
18 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.

None yet

2 participants