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 = [