Skip to content

Commit

Permalink
use poetry-dynamic-versioning (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 authored Aug 14, 2023
1 parent fa9e64c commit 1a496d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "paint-with-words-pipeline"
version = "0.1.0"
version = "0.0.0" # specified by poetry-dynamic-versioning
description = ""
authors = ["Simo Ryu <[email protected]>", "Shunsuke KITADA <[email protected]>"]
readme = "README.md"
Expand All @@ -22,6 +22,9 @@ black = "^23.7.0"
mypy = "^1.5.0"
pytest = "^7.4.0"

[tool.poetry-dynamic-versioning]
enable = true

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

0 comments on commit 1a496d5

Please sign in to comment.