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

Add reproducible release artifact proof

This commit is contained in:
Andraxion 2026-07-29 15:49:46 -04:00
parent dc9500e50e
commit 7b79d65dae
3 changed files with 342 additions and 1 deletions

View file

@ -8,13 +8,17 @@ dynamic = ["version"]
description = "Project-scoped documentation indexing and context service"
readme = "README.md"
requires-python = ">=3.12"
license = { text = "MIT" }
license = "MIT"
authors = [{ name = "Worldforge contributors" }]
dependencies = [
"markdown-it-py>=4.2,<5",
"mcp>=1.28,<2",
]
[project.urls]
Repository = "https://repo.andraxion.net/administrator/DocForge2"
Issues = "https://repo.andraxion.net/administrator/DocForge2/issues"
[project.optional-dependencies]
javascript = [
"tree-sitter>=0.25,<0.26",