Adds Dynamic Version

This commit is contained in:
2024-06-24 00:54:56 -03:00
parent 9fbb8da6bf
commit a5d1b87158

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "yoshi-seals" name = "yoshi-seals"
version = "2.0.3692068302" version = "0.0.0"
description = "" description = ""
authors = ["Vitor Hideyoshi Nakazone Batista <vitor.h.n.batista@gmail.com>"] authors = ["Vitor Hideyoshi Nakazone Batista <vitor.h.n.batista@gmail.com>"]
license = "GPL-2.0-only" license = "GPL-2.0-only"
@@ -25,6 +25,13 @@ cython = "^3.0.10"
setuptools = "^70.1.0" setuptools = "^70.1.0"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
base = "2.1"
format = "v{base}+{distance}.{commit}"
[build-system] [build-system]
requires = ["poetry-core", "setuptools>=70.1.0", "cython>=3.0.10", "numpy>=2.0.0"] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry_dynamic_versioning.backend"