diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-01-18 10:49:30 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-01-18 10:49:30 +0100 |
commit | 874630611034b4cd5f40364c02910c4c4055391b (patch) | |
tree | cece866e97812240394cbcac4e1acf9d6914773b /MANIFEST.in | |
parent | 4a196e71d4aa325b93749b015a757109de006db5 (diff) | |
download | json_diff-874630611034b4cd5f40364c02910c4c4055391b.tar.gz |
Package also NEWS.txt, fixing bdist_rpm.
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 4c67ad3..f2e27b3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ recursive-include test *.html *.json +include NEWS.txt |