Fix typo.

This commit is contained in:
Stephane Wirtel 2010-05-18 16:57:26 +08:00 committed by Armin Ronacher
parent 54c3df60cd
commit 395ff8120c

View file

@ -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`