aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-29 00:37:57 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-29 00:37:57 -0500
commit60955a616870093a5a14345f284f001185753967 (patch)
tree3ae88318445380170cab5fcd7c9a6b6ef9adc0dd
parent0809a7758f7e201d10c88d6f95fd86085a57e65d (diff)
downloadnba-scores-60955a616870093a5a14345f284f001185753967.tar.gz
nba-scores-60955a616870093a5a14345f284f001185753967.tar.bz2
nba-scores-60955a616870093a5a14345f284f001185753967.zip
update app name
-rw-r--r--.github/workflows/python-publish.yml2
-rw-r--r--.gitignore2
-rw-r--r--README.md2
-rw-r--r--pyproject.toml6
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"