summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-05-15 08:51:46 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-05-15 08:51:46 +0200
commitdc0ad4111ebcf0e130867f7eb8c4cce151df7bd9 (patch)
tree4189d67fd448f9bc7e085407128b0d38c8914d10 /MANIFEST.in
parentef6e0bfde7125699b6cf4cac60f75040e1817061 (diff)
downloadqutebrowser-dc0ad4111ebcf0e130867f7eb8c4cce151df7bd9.tar.gz
qutebrowser-dc0ad4111ebcf0e130867f7eb8c4cce151df7bd9.zip
Add MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 000000000..f9806c626
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,15 @@
+recursive-include qutebrowser/html *.html
+recursive-include qutebrowser/test *.py
+include qutebrowser/test/testfile
+include qutebrowser/git-commit-id
+include AUTHORS COPYING HACKING THANKS
+
+exclude scripts/run_checks.py
+exclude scripts/cleanup.py
+exclude scripts/minimal_webkit_testbrowser.py
+exclude scripts/run_profile.py
+exclude scripts/generate_authors.sh
+exclude .flake8
+exclude .pylintrc
+exclude TODO
+prune pkg