From b59dfceee58a25fff318fa4b2b0351e012220b3e Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Mon, 6 Mar 2023 19:31:33 +0100 Subject: [PATCH] Add release.md to MANIFEST.in This should fix `test_basic_conversion_from_file_pattern` and `test_basic_conversion_from_file_pattern_with_input_list` when ran on the released code. These tests check for the presence of the string `making a release` which is taken from `release.md`. Therefore, `release.md` must be in the release tarball. See also https://github.com/JessicaTegner/pypandoc/pull/259/files#r1126859693 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 1fe7808..96840c3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ include README.md include LICENSE include tests.py include filter_test.md +include release.md include examples/*