From: Daniel M. Capella <polyzen@users.noreply.github.com>
Date: Sat, 9 Jun 2018 05:02:35 +0000 (-0400)
Subject: Add .toml from tests to MANIFEST.in (#325)
X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/aad62d3de854d36122b1f0af5069096463b4d9db

Add .toml from tests to MANIFEST.in (#325)

Needed for `test_piping_diff()`.
---

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