summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-04-05 15:50:24 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-04-05 18:45:48 +0200
commiteb76cd71de32202cc541604f8d45cd333d8dab23 (patch)
tree9d899023afa43f7d6d51d2cc9a61ea70b5b9a6da /MANIFEST.in
parent967c706bf01564c6b48e8f94b2f780eae1b23860 (diff)
downloadqutebrowser-eb76cd71de32202cc541604f8d45cd333d8dab23.tar.gz
qutebrowser-eb76cd71de32202cc541604f8d45cd333d8dab23.zip
Fix testfile path in MANIFEST.in.
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 d619c0702..07e7dc278 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,7 @@ graft icons
graft scripts/pylint_checkers
graft doc/img
graft misc
-include qutebrowser/test/testfile
+include qutebrowser/utils/testfile
include qutebrowser/git-commit-id
include COPYING doc/* README.asciidoc
include qutebrowser.desktop
@@ -24,7 +24,7 @@ exclude scripts/segfault_test.sh
exclude doc/notes
exclude CONTRIBUTING.asciidoc
recursive-exclude doc *.asciidoc
-prune test
+prune tests
exclude qutebrowser.rcc
exclude .coveragerc
exclude .flake8