aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
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 /pyproject.toml
parent0809a7758f7e201d10c88d6f95fd86085a57e65d (diff)
downloadnba-scores-60955a616870093a5a14345f284f001185753967.tar.gz
nba-scores-60955a616870093a5a14345f284f001185753967.tar.bz2
nba-scores-60955a616870093a5a14345f284f001185753967.zip
update app name
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
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"