Skip to content

Commit

Permalink
packaging: Use poetry-dynamic-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jun 19, 2024
1 parent 2e55a1e commit 95cceaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-ext"
version = "0.1.0"
version = "0.0.0"
description = "`dbt-ext` is a Meltano utility extension."
authors = ["Meltano Team and Contributors"]
maintainers = ["Meltano Team and Contributors"]
Expand Down Expand Up @@ -38,8 +38,8 @@ pre-commit = "^2.20.0"
pytest = "^7.1.3"

[build-system]
requires = ["poetry-core==1.9.0"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core==1.9.0", "poetry-dynamic-versioning==1.4.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry.scripts]
dbt_extension = 'dbt_ext.main:app'
Expand Down

0 comments on commit 95cceaf

Please sign in to comment.