Skip to content

Commit

Permalink
Update pyproject.toml with poetry version plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacobolo committed Feb 14, 2024
1 parent feaa5c3 commit 1b7c12d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ pydantic = "^2.5.3"
pytest = "^7.4.4"
ipykernel = "^6.28.0"


[tool.poetry-dynamic-versioning]
enable = true
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.ruff]
ignore-init-module-imports = true

[tool.poetry-version-plugin]
source = "git-tag"

0 comments on commit 1b7c12d

Please sign in to comment.