diff --git a/pyproject.toml b/pyproject.toml index e664cea5..1c5cbb0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,11 @@ flatpak-builder-lint = "flatpak_builder_lint.cli:main" requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" +[tool.poetry-dynamic-versioning] +enable = true +vcs = "git" +style = "pep440" + [tool.mypy] disallow_untyped_defs = true disallow_any_unimported = true