From 41d6957901801349b0b40d9a2cb17cdc7dfd5717 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Tue, 10 Feb 2026 21:05:41 -0300 Subject: [PATCH] feature: actualizo nombre y descripcion del proyecto --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2bb017..ca97f52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["setuptools >= 80", "setuptools-scm[simple] >= 8" ] build-backend = "setuptools.build_meta" [project] -name = "git-flow" -description = "Git workflow automation to follow best practices" +name = "git-flow-envs" +description = "Git workflow automation to follow best practices when working with multiple environments" dynamic = ["version"] requires-python = ">= 3.10" dependencies = [