diff --git a/pyproject.toml b/pyproject.toml index bf0e178..1ffd49a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ requires = [ "hatch-vcs", "hatchling" ] [project] name = "dso" +dynamic = ["version"] description = "Data Science Operations on top of dvc" readme = "README.md" license = { file = "LICENSE" }