diff options
| author | Michael Merickel <michael@merickel.org> | 2024-02-04 16:14:01 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2024-02-04 16:14:01 -0700 |
| commit | 286a7a3ee8705b28fb82252daa37896d63ae6741 (patch) | |
| tree | 377c4dcd4095446eeb75c365e37cb2c08493b0ab /docs/tutorials/wiki2/src/authentication/MANIFEST.in | |
| parent | d3c8d93cfb1282f328ecd133df6565a2df92779f (diff) | |
| download | pyramid-286a7a3ee8705b28fb82252daa37896d63ae6741.tar.gz pyramid-286a7a3ee8705b28fb82252daa37896d63ae6741.tar.bz2 pyramid-286a7a3ee8705b28fb82252daa37896d63ae6741.zip | |
update authentication chapter
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/MANIFEST.in')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/MANIFEST.in b/docs/tutorials/wiki2/src/authentication/MANIFEST.in index b4624fd1c..201692c1b 100644 --- a/docs/tutorials/wiki2/src/authentication/MANIFEST.in +++ b/docs/tutorials/wiki2/src/authentication/MANIFEST.in @@ -1,4 +1,4 @@ -include *.txt *.ini *.cfg *.rst +include *.txt *.ini *.cfg *.rst *.toml recursive-include tutorial *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2 recursive-include tests * recursive-exclude * __pycache__ |
