Skip to content

Commit

Permalink
fixing setuptool_scm dependency because the latest version is broken (c…
Browse files Browse the repository at this point in the history
…odespell-project#3100)

Co-authored-by: Tom Rijntjes <[email protected]>
Co-authored-by: Dimitri Papadopoulos Orfanos <[email protected]>
  • Loading branch information
3 people authored Sep 28, 2023
1 parent 41de2a3 commit 50a6dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repository = "https://github.com/codespell-project/codespell"

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2, != 8.0.0"]

[tool.setuptools_scm]
write_to = "codespell_lib/_version.py"
Expand Down

0 comments on commit 50a6dba

Please sign in to comment.