krz/nba-scores

A CLI/TUI app for NBA scores.

clone: git clone https://gitbay.org/krz/nba-scores.git

60955a616870093a5a14345f284f001185753967

signed_unknown_key

author: Christian Cleberg <hello@cmc.pub> · 2025-03-29T05:37:57Z

update app name
 .github/workflows/python-publish.yml | 2 +-
 .gitignore                           | 2 +-
 README.md                            | 2 +-
 pyproject.toml                       | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 0073c6f..aa4e336 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     environment:
       name: pypi
-      url: https://pypi.org/p/nba-cli
+      url: https://pypi.org/p/nba-scores
     permissions:
       id-token: write
     steps:
diff --git a/.gitignore b/.gitignore
index eaf2722..3f9e563 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 .DS_Store
 venv/
 dist/
-nba-cli.egg*
+nba-scores.egg*
diff --git a/README.md b/README.md
index cabecc8..23e8f7f 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ for more information.
 ## PyPi
 
 ```shell
-pipx install nba-cli
+pipx install nba-scores
 ```
 
 ## Manual
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"