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