Skip to content

Commit

Permalink
Remove local version from setuptools-scm.
Browse files Browse the repository at this point in the history
This was not the easiest configuration option to track down:
https://setuptools-scm.readthedocs.io/en/latest/extending/#setuptools_scmlocal_scheme
  • Loading branch information
itsjohncs committed Jul 30, 2024
1 parent e78ed33 commit 32711c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ stubPath = "./typestubs"

[tool.hatch.version]
source = "vcs"

[tool.hatch.version.raw-options]
local_scheme = "no-local-version"

0 comments on commit 32711c6

Please sign in to comment.