Use poetry-dynamic-versioning

This commit is contained in:
samedamci 2021-09-01 22:16:41 +02:00
parent 11b8331037
commit f3370b3e01
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "guzzy"
version = "0.1.6"
version = "0.0.0"
description = "Interactive CLI git client inside fzf."
authors = ["samedamci <samedamci@disroot.org>"]
license = "ISC"
@ -28,6 +28,12 @@ black = "^21.8b0"
[tool.poetry.scripts]
guzzy = "guzzy:main"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
style = "semver"
format = "{base}"
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.0.0, poetry-dynamic-versioning"]
build-backend = "poetry.core.masonry.api"