Merge branch 'master' of github.com:mitsuhiko/flask
This commit is contained in:
commit
e52f073e3e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
`setup.py` file. This file lists all the files that should be added to
|
||||||
your tarball::
|
your tarball::
|
||||||
|
|
||||||
recursive-include yourapplication/templates
|
recursive-include yourapplication/templates *
|
||||||
recursive-include yourapplication/static
|
recursive-include yourapplication/static *
|
||||||
|
|
||||||
Don't forget that even if you enlist them in your `MANIFEST.in` file, they
|
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`
|
won't be installed for you unless you set the `include_package_data`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue