Fix versioning
This commit is contained in:
@ -25,7 +25,7 @@ keywords = [
|
|||||||
license-files = ["LICENSE"]
|
license-files = ["LICENSE"]
|
||||||
name = "notletters"
|
name = "notletters"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "0.1.1"
|
dynamic = ["version"]
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
@ -94,8 +94,8 @@ ignore-names = []
|
|||||||
[tool.ruff.lint.pylint]
|
[tool.ruff.lint.pylint]
|
||||||
allow-magic-value-types = []
|
allow-magic-value-types = []
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.hatch.version]
|
||||||
version = {attr = "notletters.__version__"}
|
path = "notletters/__meta__.py"
|
||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
cache-dir = ".cache/uv"
|
cache-dir = ".cache/uv"
|
||||||
|
Reference in New Issue
Block a user