summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-16 14:52:48 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-16 14:59:00 +0100
commit88a3600ce3b4d1b293926fcf8a2dd729087f7885 (patch)
tree979bd42bd88a55c195559601748eab2e5aa5b103 /MANIFEST.in
parent91164d8dbfa5e52903d3f271cac637f41611e79c (diff)
downloaddeluge-88a3600ce3b4d1b293926fcf8a2dd729087f7885.tar.gz
deluge-88a3600ce3b4d1b293926fcf8a2dd729087f7885.tar.bz2
deluge-88a3600ce3b4d1b293926fcf8a2dd729087f7885.zip
Fix sdist missing test files
The exclude 'deluge.tests' in setup.py is for excluding from package installation but we want the files when distributing as source so include the entire deluge/tests dir (excluding .pyc files).
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b07724177..cdb76ecdd 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -16,8 +16,8 @@ recursive-exclude deluge/plugins create_dev_link.sh *.pyc *.egg
prune deluge/plugins/*/build
prune deluge/plugins/*/*.egg-info
-graft deluge/tests/data
-graft deluge/tests/twisted
+graft deluge/tests/
+recursive-exclude deluge/tests *.pyc
graft deluge/ui/data
recursive-exclude deluge/ui/data *.desktop *.xml