From 33ea9a8b2722eb9c27d89a811bfcf5d92a422ea5 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Tue, 1 Oct 2024 14:42:36 +0200 Subject: [PATCH] fix merge conflict --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ffd49a..bf0e178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ requires = [ "hatch-vcs", "hatchling" ] [project] name = "dso" -dynamic = ["version"] description = "Data Science Operations on top of dvc" readme = "README.md" license = { file = "LICENSE" }