diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-25 20:05:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-25 20:05:12 -0600 |
| commit | 8be808150a6df96b5815aa3885c0f62540d82e27 (patch) | |
| tree | 33821f59b97d4fecce31d6b291ef8368a111c5cf /docs/quick_tour/package/MANIFEST.in | |
| parent | 6c3f4f8d0598cb62e37aa278e9c2c3e4194f8831 (diff) | |
| parent | a0ad6ffc14ef8dfde70e487fb057433ff942b001 (diff) | |
| download | pyramid-8be808150a6df96b5815aa3885c0f62540d82e27.tar.gz pyramid-8be808150a6df96b5815aa3885c0f62540d82e27.tar.bz2 pyramid-8be808150a6df96b5815aa3885c0f62540d82e27.zip | |
Merge pull request #2888 from stevepiercy/docs-cookiecutter-changes-only
docs cookiecutter changes only - Quick Tour
Diffstat (limited to 'docs/quick_tour/package/MANIFEST.in')
| -rw-r--r-- | docs/quick_tour/package/MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/package/MANIFEST.in b/docs/quick_tour/package/MANIFEST.in index 1d0352f7d..a75da6dad 100644 --- a/docs/quick_tour/package/MANIFEST.in +++ b/docs/quick_tour/package/MANIFEST.in @@ -1,2 +1,2 @@ include *.txt *.ini *.cfg *.rst -recursive-include hello_world *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.jinja2 *.js *.html *.xml +recursive-include hello_world *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2 |
