From 46e136680d4f2e80c4caf5d83641be786b7c47cb Mon Sep 17 00:00:00 2001 From: blasty Date: Sat, 15 Aug 2026 11:11:36 +0200 Subject: 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. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'pyproject.toml') 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" -- cgit v1.3.1-sl0p