Add reproducible release artifact proof
This commit is contained in:
parent
dc9500e50e
commit
7b79d65dae
3 changed files with 342 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue