Skip to content

Commit

Permalink
fix generator versionning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquetc committed Feb 2, 2024
1 parent 6104220 commit 5ecd146
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ format-jinja = """
"""
format-jinja-imports = [{ module = "datetime", item = "datetime" }]

[tool.poetry-dynamic-versioning.substitution]
folders = [
{ path = "tools/generator"},
{ path = "tools"}
]

[virtualenvs]
create = true
in-project = true

0 comments on commit 5ecd146

Please sign in to comment.