feature: actualizo nombre y descripcion del proyecto

This commit is contained in:
jt
2026-02-10 21:05:41 -03:00
parent 81a0578830
commit 41d6957901
+2 -2
View File
@@ -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 = [