From: Thomas Jarosch Date: Fri, 3 Jul 2015 19:06:26 +0000 (+0200) Subject: Include unit test files in source tarball X-Git-Tag: v2.2~42 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=b9f7f0b737481e6df2f7bd1dd7e5bbf9034db3c8;p=python-delta-tar Include unit test files in source tarball Don't install them though. Just needed for running the unit tests during the rpm binary build. --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..fad8708 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include runtests.py +include backup.py +recursive-include testing *.py diff --git a/setup.py b/setup.py index 265ee26..4d77aac 100644 --- a/setup.py +++ b/setup.py @@ -13,4 +13,4 @@ setup( license='LGPL', packages=['deltatar'], scripts=['filesplit.py', 'rescue_tar.py'] -) \ No newline at end of file +)