diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
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" |