Skip to content

Enable dynamic versioning via setuptools-scm in pyproject.toml #367

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mxamin
Copy link
Collaborator

@mxamin mxamin commented Aug 5, 2025

Add [project] section with dynamic versioning support using setuptools-scm as required by setuptools-scm>=7.

  • Declares dynamic = ["version"] under [project] to comply with PEP 621.
  • Ensures version is derived automatically from VCS tags.
  • Aligns with modern setuptools configuration practices.

Add [project] section with dynamic versioning support using setuptools-scm as required by setuptools-scm>=7.

- Declares `dynamic = ["version"]` under [project] to comply with PEP 621.
- Ensures version is derived automatically from VCS tags.
- Aligns with modern setuptools configuration practices.
@mxamin mxamin marked this pull request as draft August 5, 2025 20:51
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