From aad62d3de854d36122b1f0af5069096463b4d9db Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sat, 9 Jun 2018 01:02:35 -0400 Subject: [PATCH] Add .toml from tests to MANIFEST.in (#325) Needed for `test_piping_diff()`. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index a92dd68..5644db4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include *.rst *.md LICENSE recursive-include blib2to3 *.txt *.py LICENSE -recursive-include tests *.txt *.out *.diff *.py *.pyi *.pie +recursive-include tests *.txt *.out *.diff *.py *.pyi *.pie *.toml -- 2.39.2