Include unit test files in source tarball
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 3 Jul 2015 19:06:26 +0000 (21:06 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 3 Jul 2015 19:06:26 +0000 (21:06 +0200)
Don't install them though. Just needed for
running the unit tests during the rpm binary build.

MANIFEST.in [new file with mode: 0644]
setup.py

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..fad8708
--- /dev/null
@@ -0,0 +1,3 @@
+include runtests.py
+include backup.py
+recursive-include testing *.py
index 265ee26..4d77aac 100644 (file)
--- 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
+)