From 395ff8120ccf055614d03db7d2360ab1182c7c10 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Tue, 18 May 2010 16:57:26 +0800 Subject: [PATCH] Fix typo. --- docs/patterns/distribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/patterns/distribute.rst b/docs/patterns/distribute.rst index 76d4462a..89a7e864 100644 --- a/docs/patterns/distribute.rst +++ b/docs/patterns/distribute.rst @@ -98,8 +98,8 @@ you. What you should do, is to create a `MANIFEST.in` file next to your `setup.py` file. This file lists all the files that should be added to your tarball:: - recursive-include yourapplication/templates - recursive-include yourapplication/static + recursive-include yourapplication/templates * + recursive-include yourapplication/static * Don't forget that even if you enlist them in your `MANIFEST.in` file, they won't be installed for you unless you set the `include_package_data`