From aa455b4312da35228ad63681a0e9c11cc838f9eb Mon Sep 17 00:00:00 2001 From: Angelo Fausti Date: Fri, 19 Jan 2024 13:33:58 -0700 Subject: [PATCH] Fix project name --- docs/documenteer.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documenteer.toml b/docs/documenteer.toml index f2cccb7..d3be71c 100644 --- a/docs/documenteer.toml +++ b/docs/documenteer.toml @@ -3,7 +3,7 @@ title = "sasquatch-backpack" copyright = "2024 Association of Universities for Research in Astronomy, Inc. (AURA)" [project.python] -package = "sasquatch-backpack" +package = "sasquatchbackpack" [sphinx] rst_epilog_file = "_rst_epilog.rst" 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"