Skip to content

Commit

Permalink
correct repo name in pyproject.toml (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell authored Jul 11, 2024
1 parent 8492067 commit ce64d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name="wpextract"
version="1.0.0"
description="Create datasets from WordPress sites"
homepage="https://gatenlp.github.io/wordpress-site-extractor/"
documentation="https://gatenlp.github.io/wordpress-site-extractor/"
repository="https://github.com/GateNLP/wordpress-site-extractor"
homepage="https://gatenlp.github.io/wpextract/"
documentation="https://gatenlp.github.io/wpextract/"
repository="https://github.com/GateNLP/wpextract"
license="Apache-2.0"
readme = "README.md"
authors=["Freddy Heppell <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/wpextract/cli/_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tqdm.contrib.logging import logging_redirect_tqdm

CMD_ARGS = {
"epilog": "See https://gatenlp.github.io/wordpress-site-extractor/ for documentation.",
"epilog": "See https://gatenlp.github.io/wpextract/ for documentation.",
}


Expand Down

0 comments on commit ce64d99

Please sign in to comment.