From 4d8843f3cb775975165881c3475dbecff4ec3b07 Mon Sep 17 00:00:00 2001 From: lores Date: Thu, 29 May 2025 22:36:46 +0300 Subject: [PATCH] Fix versioning --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9eac3c5..aae1db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ keywords = [ license-files = ["LICENSE"] name = "notletters" readme = "README.md" -version = "0.1.1" +dynamic = ["version"] requires-python = ">=3.9" [project.urls] @@ -94,8 +94,8 @@ ignore-names = [] [tool.ruff.lint.pylint] allow-magic-value-types = [] -[tool.setuptools.dynamic] -version = {attr = "notletters.__version__"} +[tool.hatch.version] +path = "notletters/__meta__.py" [tool.uv] cache-dir = ".cache/uv"