summarylogtreecommitdiffstats
path: root/exclude-packages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'exclude-packages.patch')
-rw-r--r--exclude-packages.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/exclude-packages.patch b/exclude-packages.patch
new file mode 100644
index 000000000000..500ee914e6b2
--- /dev/null
+++ b/exclude-packages.patch
@@ -0,0 +1,18 @@
+diff --unified --recursive --text xhtml2pdf-0.2.13.orig/pyproject.toml xhtml2pdf-0.2.13/pyproject.toml
+--- xhtml2pdf-0.2.13.orig/pyproject.toml 2023-11-11 11:10:18.591303923 +0100
++++ xhtml2pdf-0.2.13/pyproject.toml 2023-11-11 11:10:58.961431424 +0100
+@@ -86,7 +86,13 @@
+ version = {attr = "xhtml2pdf.__version__"}
+
+ [tool.setuptools.packages.find]
+-exclude = ["tests", "tests.*", "manual_test", "manual_test.*"]
++exclude = [
++ "tests", "tests.*",
++ "manual_test", "manual_test.*",
++ "demo", "demo.*",
++ "testrender", "testrender.*",
++ "docs", "docs.*",
++]
+
+
+ [tool.tox]