From b9f7f0b737481e6df2f7bd1dd7e5bbf9034db3c8 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 3 Jul 2015 21:06:26 +0200 Subject: [PATCH] Include unit test files in source tarball Don't install them though. Just needed for running the unit tests during the rpm binary build. --- MANIFEST.in | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) create mode 100644 MANIFEST.in 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 +) -- 1.7.1