refactor: modifico pyproject.toml para usar tag de git como version
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 61.0"]
|
requires = ["setuptools >= 80", "setuptools-scm[simple] >= 8" ]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "git-flow"
|
name = "git-flow"
|
||||||
description = "Git workflow automation to follow best practices"
|
description = "Git workflow automation to follow best practices"
|
||||||
version = "v1.0.0"
|
dynamic = ["version"]
|
||||||
requires-python = ">= 3.12"
|
requires-python = ">= 3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"requests"
|
"requests"
|
||||||
|
|||||||
Reference in New Issue
Block a user