Skip to content

Commit

Permalink
Use setuptools to automatically set the version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Nov 13, 2023
1 parent a4afba6 commit 0ef5ad0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = [
"setuptools>=42",
"wheel",
"setuptools_scm>=6.2"
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit 0ef5ad0

Please sign in to comment.