Fixed versioning

This commit is contained in:
lores
2025-05-29 22:49:10 +03:00
parent 2a317947ca
commit ccd1fdb312
4 changed files with 2 additions and 9 deletions

View File

@ -25,7 +25,7 @@ keywords = [
license-files = ["LICENSE"]
name = "notletters"
readme = "README.md"
dynamic = ["version"]
version = "0.1.2"
requires-python = ">=3.9"
[project.urls]
@ -94,9 +94,6 @@ ignore-names = []
[tool.ruff.lint.pylint]
allow-magic-value-types = []
[tool.hatch.version]
path = "notletters/__meta__.py"
[tool.uv]
cache-dir = ".cache/uv"
link-mode = "copy"