summarylogtreecommitdiffstats
path: root/exclude-packages.patch
blob: 500ee914e6b2a01c38de4699dc36f4108a81d353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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]