From 10c1d54c2dff98313112706c1de26943a3890481 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Fri, 7 Nov 2025 21:03:34 -0300 Subject: [PATCH] refactor: modifico pyproject.toml para usar tag de git como version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdb35a0..0f43da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [build-system] -requires = ["setuptools >= 61.0"] +requires = ["setuptools >= 80", "setuptools-scm[simple] >= 8" ] build-backend = "setuptools.build_meta" [project] name = "git-flow" description = "Git workflow automation to follow best practices" -version = "v1.0.0" +dynamic = ["version"] requires-python = ">= 3.12" dependencies = [ "requests"