From 09b7f3c6623243809d667afe444b35b1efccdc37 Mon Sep 17 00:00:00 2001 From: Angelo Fausti Date: Fri, 19 Jan 2024 13:33:58 -0700 Subject: [PATCH] Fix project name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab0d66e..681be90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ -name = "sasquatch-backpack" +name = "sasquatchbackpack" description = "Collects data and feeds sasquatch." license = {file = "LICENSE"} readme= "README.md"