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

Remove unused setuptools_scm build requirement #54

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

squahtx
Copy link
Contributor

@squahtx squahtx commented Nov 4, 2022

#52 introduced a build dependency on setuptools_scm.

According to https://github.com/pypa/setuptools_scm, usage of
setuptools_scm involves either a [tool.setuptools_scm] section in
pyproject.toml, or use_scm_version=True in setup.py. We do neither
of those things, so this build requirement ought to be safe to remove.

Resolves #53.

Signed-off-by: Sean Quah [email protected]

#52 introduced a build dependency on `setuptools_scm`.

According to https://github.com/pypa/setuptools_scm, usage of
`setuptools_scm` involves either a `[tool.setuptools_scm]` section in
`pyproject.toml`, or `use_scm_version=True` in `setup.py`. We do neither
of those things, so this build requirement ought to be safe to remove.

Signed-off-by: Sean Quah <[email protected]>
@squahtx squahtx requested a review from a team as a code owner November 4, 2022 15:35
Copy link
Contributor

@reivilibre reivilibre left a comment

Choose a reason for hiding this comment

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

yep, alternatively the __version__ can be set using it, but I notice it's set manually so that's not a problem here! Thanks.

@squahtx squahtx merged commit 079803b into main Nov 4, 2022
@squahtx squahtx deleted the squah/remove_setuptools_scm_requirement branch November 4, 2022 17:22
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.

Fix setuptools_scm requirement
2 participants