Skip to content

Commit

Permalink
Add dynamic version to pyproject.toml
Browse files Browse the repository at this point in the history
Add dynamic version
  • Loading branch information
blumenstiel authored Feb 16, 2024
1 parent 53daad5 commit 730a36e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.0", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_file = "src/_version.py"

[project]
name = "claimed-cli"
dynamic = ["version"]
Expand Down

0 comments on commit 730a36e

Please sign in to comment.