diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-07-20 16:41:44 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-07-20 16:41:44 +0200 |
commit | 6a9480f91dd7e8923b3fb169e4becc74a6eea21d (patch) | |
tree | 5e36f8dc3487087fe466b6095853cf8ad3cf624f /MANIFEST.in | |
parent | 0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d (diff) | |
download | json_diff-6a9480f91dd7e8923b3fb169e4becc74a6eea21d.tar.gz |
Make testssuite passing by skipping unfinished test.1.3.6
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index cb36ca6..3e84e8b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -recursive-include test *.html *.json +recursive-include test *.html *.json *.out include test/__init__.py include NEWS.txt |