Add poetry-dynamic-versioning for version management

This commit is contained in:
samedamci 2021-09-01 16:36:07 +02:00
parent 069adfc6ba
commit dfd122327c
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pysheller" name = "pysheller"
version = "0.1.0" version = "0.0.0"
description = "Small library to craete Python application based on shell scripts." description = "Small library to craete Python application based on shell scripts."
authors = ["samedamci <samedamci@disroot.org>"] authors = ["samedamci <samedamci@disroot.org>"]
license = "ISC" license = "ISC"
@ -27,6 +27,12 @@ black = "^21.8b0"
flake8 = "^3.9.2" flake8 = "^3.9.2"
flake8-bugbear = "^21.4.3" flake8-bugbear = "^21.4.3"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
style = "semver"
format = "{base}"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"