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

Needed for `test_piping_diff()`.
This commit is contained in:
Daniel M. Capella 2018-06-09 01:02:35 -04:00 committed by Łukasz Langa
parent ff2e5dd6e6
commit aad62d3de8

View File

@ -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