summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSergey Schetinin <sergey@maluke.com>2010-01-14 11:05:08 +0200
committerSergey Schetinin <sergey@maluke.com>2010-01-14 11:05:08 +0200
commita6f89027d6abc5f9a3cd0850fb29e040d1ff903a (patch)
treeb5a02f327349552b7af67887b1e801ced818f8e2 /MANIFEST.in
parent85414d148afdb79377f57e76451d3a9c29fc43d5 (diff)
downloadwebob-a6f89027d6abc5f9a3cd0850fb29e040d1ff903a.tar.gz
fix MANIFEST.in syntax
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9e3458f..8e216e5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-recursive-include docs .txt
+recursive-include docs *.txt
recursive-exclude docs/_build/_sources *
-recursive-include docs/_build .html
-recursive-include tests .txt .py
+recursive-include docs/_build *.html
+recursive-include tests *.txt *.py