From 6c31521136d1bf6705dc8d20aa4c75010f8b2ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Sch=C3=B6ke?= <1560809+schoekek@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:52:24 +0100 Subject: [PATCH 1/2] Use and define [tools.setuptools.packages.find] Setuptools found a subdirectory or module named selectolax.lexbor in the source code, but it wasn't explicitly included in the list of packages to be installed. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8b3b460..2b8f981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,3 +86,6 @@ cython = [ [tool.cython-lint] max-line-length = 120 ignore = ['E221', 'E222', ] + +[tool.setuptools.packages.find] +include = ["selectolax*"] From 53ca9009901df0d3a074833b7aa4bf837748ec8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Sch=C3=B6ke?= <1560809+schoekek@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:07:54 +0100 Subject: [PATCH 2/2] docs/examples.rst: Fix code block issue Docutils/Sphinx expects a blank line after an indented block ( code, quote, list) before the block ends or a new block begins. --- docs/examples.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples.rst b/docs/examples.rst index d3cdf33..3555808 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -231,6 +231,7 @@ They can be called on any node. **Output:** .. code-block:: text + Inner html: