From 59b222807dc6361d86ef28d1514dff013e87bf0c Mon Sep 17 00:00:00 2001 From: AYadrov <45910827+AYadrov@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:05:17 -0600 Subject: [PATCH] Fix typo in pyproject.toml description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a8b3017..b4a3724d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "egglog" -description = "e-graphs in Python built around the the egglog rust library" +description = "e-graphs in Python built around the egglog rust library" readme = "README.md" dynamic = ["version"] license = { text = "MIT" }