Skip to content

Commit

Permalink
chore: Update build-system to use dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 19, 2023
1 parent 2dac0b6 commit d269aeb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[build-system]
build-backend = "poetry.core.masonry.api"
requires = [
"poetry-core>=1.5",
]
requires = ["poetry-core==1.6.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry]
name = "tap-dbt"
Expand Down

0 comments on commit d269aeb

Please sign in to comment.