1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Centralize release version identity

This commit is contained in:
Andraxion 2026-07-29 15:42:45 -04:00
parent c3552f2328
commit 47ac329947
10 changed files with 64 additions and 7 deletions

View file

@ -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"