diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-04-24 07:27:20 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-04-24 07:27:20 +0200 |
commit | 653699a56f8e3ebfa4f19e098f03bd817beb9680 (patch) | |
tree | 5c68d4b8493b49143b84718d0981b97bada4aa62 /MANIFEST.in | |
parent | 2229c24f95d502ff269deedc6c4b66aa30f8acd1 (diff) | |
download | json_diff-653699a56f8e3ebfa4f19e098f03bd817beb9680.tar.gz |
python 2.4 compatibility ... we don't have context managers.1.3.3
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index f2e27b3..cb36ca6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ recursive-include test *.html *.json +include test/__init__.py include NEWS.txt |