From a6f89027d6abc5f9a3cd0850fb29e040d1ff903a Mon Sep 17 00:00:00 2001 From: Sergey Schetinin Date: Thu, 14 Jan 2010 11:05:08 +0200 Subject: fix MANIFEST.in syntax --- MANIFEST.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.1