Skip to content

Conversation

@ev-br
Copy link
Member

@ev-br ev-br commented Feb 3, 2025

While at it, remove versioneer and use setuptools_scm for computing the version dynamically.
This change is mainly because I did not manage to make versioneer work with pyproject.toml, while setuptools_scm "just worked" (well, nearly).

Likely closes #89 (not sure what is the greyskull story in that issue though).

@ev-br ev-br requested review from asmeurer and rgommers February 3, 2025 16:47
Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all LGTM. All these dynamic versioning tools aren't great, but setuptools_scm is certainly an improvement over versioneer (most projects I know moved away from versioneer by now).

While at it, remove versioneer and use setuptools_scm
for computing the version dynamically.
This change is mainly because I did not manage to make
versioneer work with pyproject.toml, while setuptools_scm
"just worked" (well, nearly).
@ev-br ev-br merged commit 5ccb0e7 into data-apis:main Feb 18, 2025
21 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.

Add a pyproject.toml and some guidance around backwards compatibility

2 participants