init: technical-visualization-haness 하네스 설계
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "techviz-harness"
|
||||
version = "0.1.0"
|
||||
description = "Context-grounded technical visualization harness for documentation agents"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = {text = "MIT"}
|
||||
authors = [{name = "TechViz Harness contributors"}]
|
||||
dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
techviz = "techviz.cli:main"
|
||||
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "src"}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user