summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2017-02-09 09:02:58 -0800
committerGitHub <noreply@github.com>2017-02-09 09:02:58 -0800
commit30f21571d0899071cfc603855bbf1708645e0dc4 (patch)
tree78d168b6c57c5088b677604ab54e44604bb4a981 /MANIFEST.in
parentc2b73f139998cd465133b5942a345875486ce514 (diff)
parentdb7fa1fccd586b013cd5fcade3f7692c78df0da7 (diff)
Merge pull request #1030 from zenhack/fix-test-packaging
Fix the packaging of tests
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 40c8eef3..3b8a3756 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,4 +2,5 @@ include COPYING
include NEWS
include extra/completion/alot-completion.zsh
include extra/alot.desktop
-recursive-exclude tests *
+include tests
+recursive-exclude *