From ac2311014ab27409f1ca109101131fd7383cdc32 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 21 Dec 2020 12:20:02 -0500 Subject: [PATCH] Include tmpl files in manifest template. Workaround for #2498. Tests once again pass on an extract of the sdist. --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 92bd4f6938..eba40c5de6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,10 +1,12 @@ -recursive-include setuptools *.py *.exe *.xml +recursive-include setuptools *.py *.exe *.xml *.tmpl recursive-include tests *.py recursive-include setuptools/tests *.html recursive-include docs *.py *.txt *.rst *.conf *.css *.css_t Makefile indexsidebar.html recursive-include setuptools/_vendor *.py *.txt recursive-include pkg_resources *.py *.txt recursive-include pkg_resources/tests/data * +recursive-include tools * +recursive-include changelog.d * include *.py include *.rst include MANIFEST.in