Skip to content

Commit

Permalink
refactor: use poetry-dynamic-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jul 8, 2023
1 parent 2d5589d commit 0e13a4a
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 = "whois-parser"
version = "0.1.4"
version = "0.0.0"
description = "Yet another whois parser for Python"
authors = ["Manabu Niseki <manabu.niseki@gmail.com>"]
homepage = "https://github.com/ninoseki/whois-parser"
Expand All @@ -27,6 +27,9 @@ pytest-randomly = "^3.12"
pytest-sugar = "^0.9"
pyupgrade = "^3.9"

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

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

0 comments on commit 0e13a4a

Please sign in to comment.