diff --git a/pyproject.toml b/pyproject.toml index 5dc60b6..ab042c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/src/wpextract/cli/_shared.py b/src/wpextract/cli/_shared.py index 5fdfd31..2855194 100644 --- a/src/wpextract/cli/_shared.py +++ b/src/wpextract/cli/_shared.py @@ -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.", }