diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-08-02 11:08:26 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-08-02 11:08:26 -0500 |
commit | 20fcb673f489a64ec38b94da889413bec2c2e633 (patch) | |
tree | 6d4de1dc6b18f52d2ea6645026d6806e129b1938 | |
parent | fc0ea096722178bd609bce168d194c926d411a38 (diff) | |
download | nba-scores-main.tar.gz nba-scores-main.tar.bz2 nba-scores-main.zip |
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | pyproject.toml | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -27,12 +27,12 @@ pipx install nba-scores To run the script locally, run the following commands: ```shell -git clone https://github.com/ccleberg/nba -cd nba +git clone https://git.sr.ht/~cxc/nba-scores +cd nba-scores pipx install . ``` - + # Usage @@ -47,10 +47,10 @@ All commands can be passed to the program with the following template: | `--standings` | `-st` | Show current conference standings | Scores: - + Standings: - + # Contributing diff --git a/pyproject.toml b/pyproject.toml index 39d6bc1..d628327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/ccleberg/nba-scores" -Issues = "https://github.com/ccleberg/nba-scores/issues" +Homepage = "https://git.sr.ht/~cxc/nba-scores" +Issues = "https://git.sr.ht/~cxc/nba-scores" [project.scripts] nba = "nba.cli:nba" |