Skip to content

Commit

Permalink
Switch to dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Oct 1, 2024
1 parent bd71304 commit ad52f59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
build-backend = "hatchling.build"
requires = [ "hatchling" ]
requires = [ "hatchling", "hatch-vcs" ]

[project]
name = "dso"
version = "0.8.2"
dynamic = ["version"]
description = "Data Science Operations on top of dvc"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -68,6 +68,9 @@ urls.Source = "https://github.com/Boehringer-Ingelheim/dso"
scripts.dso = "dso:cli"
scripts.dso_pandocfilter = "dso.pandocfilter:main"

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

[tool.ruff]
line-length = 120
src = [ "src" ]
Expand Down

0 comments on commit ad52f59

Please sign in to comment.