Skip to content

Commit

Permalink
configured poetry-dynamic-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne committed Dec 8, 2022
1 parent 05ced37 commit d9f6be6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "target-snowflake"
name = "meltanolabs-target-snowflake"
version = "0.0.0"
description = "`target-snowflake` is a Singer target for Snowflake, built with the Meltano SDK for Singer Targets."
readme = "README.md"
Expand Down Expand Up @@ -41,3 +41,8 @@ build-backend = "poetry_dynamic_versioning.backend"
[tool.poetry.scripts]
# CLI declaration
target-snowflake = 'target_snowflake.target:TargetSnowflake.cli'

[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
style = "semver"

0 comments on commit d9f6be6

Please sign in to comment.