From 295c186fbd077328b291042006a36c3daff43e73 Mon Sep 17 00:00:00 2001 From: Agam More Date: Thu, 11 Jul 2024 17:28:20 +0300 Subject: [PATCH] Update pyproject.toml typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc0c575..123dec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" packages = [{include = "semantic_split"}] [[tool.poetry.source]] -name = "semnatic-split" +name = "semantic-split" url = "https://github.com/agamm/semantic-split" [tool.poetry.dependencies]