aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-08-15 11:11:36 +0200
committerblasty <peter@haxx.in>2026-08-15 11:12:11 +0200
commit46e136680d4f2e80c4caf5d83641be786b7c47cb (patch)
tree21a7b631cba26167ce124fb79ee1858bd9276972 /pyproject.toml
parentREADME: drop the ASCII mock and the LLM-agent section (diff)
downloadida-tui-46e136680d4f2e80c4caf5d83641be786b7c47cb.tar.gz
ida-tui-46e136680d4f2e80c4caf5d83641be786b7c47cb.tar.xz
ida-tui-46e136680d4f2e80c4caf5d83641be786b7c47cb.zip
docs: drop the triskel evaluation artifacts
TRISKEL_EVAL.md and graph_compare.py were intermediary working docs from choosing the SESE engine. Triskel now ships alongside the native layout engine, so the evaluation no longer needs to be in the tree; GRAPH_VIEW.md keeps the part that describes shipping behaviour. Also drops the local-only ~/dev/triskel/PATCHES.md pointer from pyproject.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2420329..f8e75e6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,6 @@ dev = ["pytest>=8"]
# as a dependency -- PyPI's pytriskel has no wheel for current Pythons, no sdist,
# and a binding bug that makes edge routes unreachable. Install our fork:
# uv pip install ~/dev/triskel/bindings/python
-# See docs/TRISKEL_EVAL.md and ~/dev/triskel/PATCHES.md.
[project.scripts]
idatui = "idatui.launch:main"