Centralize release version identity
This commit is contained in:
parent
c3552f2328
commit
47ac329947
10 changed files with 64 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "docforge"
|
||||
version = "1.3.0.dev0"
|
||||
dynamic = ["version"]
|
||||
description = "Project-scoped documentation indexing and context service"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -57,6 +57,9 @@ packages = ["src/docforge", "src/docforge_renderers"]
|
|||
[tool.hatch.build.targets.wheel.force-include]
|
||||
schemas = "docforge/schemas"
|
||||
|
||||
[tool.hatch.version]
|
||||
path = "src/docforge/_version.py"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
target-version = "py312"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue