From b52b95e740361fff12a6dbd96047467ee95b946c Mon Sep 17 00:00:00 2001 From: Jon Palmer Date: Sun, 3 Nov 2024 21:18:12 -0800 Subject: [PATCH] another typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc3218e..4a6efa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ buscolite = "buscolite.__main__:main" [tool.hatch.build.targets.sdist] include = [ - "bucolite/data/*", + "buscolite/data/*", "README.md", "LICENSE.md" ]