Skip to content

Commit

Permalink
Fix the incorrect version number due to missing configurations of `se…
Browse files Browse the repository at this point in the history
…tuptools_scm` (#202)
  • Loading branch information
FanwangM authored Oct 1, 2024
1 parent f874dac commit 9d379c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=65.0", "setuptools_scm[toml]>=7.1.0"]
requires = ["setuptools>=64", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -40,6 +40,8 @@ dependencies = [
]
dynamic = ["version"]

[tool.setuptools_scm]

[project.optional-dependencies]
dev = [
"tox",
Expand Down

0 comments on commit 9d379c4

Please sign in to comment.