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, 0 insertions, 18 deletions
diff --git a/exclude-packages.patch b/exclude-packages.patch
deleted file mode 100644
index 500ee914e6b2..000000000000
--- a/exclude-packages.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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]