From 82f7bbcb2adbee43a90d51dcef05fce36db0db0f Mon Sep 17 00:00:00 2001 From: Freddy Heppell Date: Wed, 18 Dec 2024 11:21:39 +0000 Subject: [PATCH] Update package metadata --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ca4cef0..15277d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,9 @@ authors = [ maintainers = [ "Freddy Heppell " ] +homepage = "https://ultimate-sitemap-parser.readthedocs.io/" +documentation = "https://ultimate-sitemap-parser.readthedocs.io/" +repository = "https://github.com/GateNLP/ultimate-sitemap-parser" license = "GPL-3.0-or-later" readme = "README.rst" classifiers=[ @@ -23,6 +26,7 @@ classifiers=[ 'Topic :: Text Processing :: Indexing', 'Topic :: Text Processing :: Markup :: XML', ] +keywords = ["sitemap", "crawler", "indexing", "xml", "rss", "atom", "google news"] packages = [ { include = "usp" } ]