Use poetry-dynamic-versioning
This commit is contained in:
parent
11b8331037
commit
f3370b3e01
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user