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" }