From 60955a616870093a5a14345f284f001185753967 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 29 Mar 2025 00:37:57 -0500 Subject: update app name --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e8f90cb..f85028f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "nba-cli" +name = "nba-scores" version = "0.1.0" authors = [ { name="Christian Cleberg", email="hello@cmc.pub" }, @@ -20,8 +20,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/ccleberg/nba-cli" -Issues = "https://github.com/ccleberg/nba-cli/issues" +Homepage = "https://github.com/ccleberg/nba-scores" +Issues = "https://github.com/ccleberg/nba-scores/issues" [project.scripts] nba = "nba.cli:nba" -- cgit v1.2.3-70-g09d2