From cc6a8ff7f1c2c402fcdcd0375199c4f57e82d461 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Thu, 9 Jan 2025 14:43:53 +0100 Subject: [PATCH 1/2] Link documentation in README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index d77c0212..25e5c087 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,8 @@ Overview ======== A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities! +You can find more documentation at `cssutils.readthedocs.io `_. + Based upon and partly implementing the following specifications : `CSS 2.1rev1 `__ From 8b268660878fbef4a4ee409d3fa2464b83f6bb32 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Thu, 9 Jan 2025 14:46:25 +0100 Subject: [PATCH 2/2] Link to issues, changelog and docs on PyPI --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 81760d48..3629feeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,9 @@ keywords = ["CSS", "Cascading Style Sheets", "CSSParser", "DOM Level 2 Styleshee [project.urls] Source = "https://github.com/jaraco/cssutils" +Documentation = "https://cssutils.readthedocs.io" +Issues = "https://github.com/jaraco/cssutils/issues" +Changelog = "https://cssutils.readthedocs.io/en/latest/history.html" [project.optional-dependencies] test = [