Add poetry-dynamic-versioning for version management
This commit is contained in:
parent
069adfc6ba
commit
dfd122327c
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user