Skip to content

Commit

Permalink
Add dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 8, 2024
1 parent 3bfee49 commit d796355
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d796355

Please sign in to comment.