diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-01-01 17:40:46 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-02 23:30:59 -0800 |
| commit | 80e9923262fee4892a750d0d6366b193cb4204ba (patch) | |
| tree | 66a8156cb8be070a437c847a425101b648f690ce /docs/quick_tour/logging/MANIFEST.in | |
| parent | 8b2bb44114e3a724d66035e76051a6910e14657e (diff) | |
| download | pyramid-80e9923262fee4892a750d0d6366b193cb4204ba.tar.gz pyramid-80e9923262fee4892a750d0d6366b193cb4204ba.tar.bz2 pyramid-80e9923262fee4892a750d0d6366b193cb4204ba.zip | |
Resync through Quick Tour after moving tests directory
Diffstat (limited to 'docs/quick_tour/logging/MANIFEST.in')
| -rw-r--r-- | docs/quick_tour/logging/MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/quick_tour/logging/MANIFEST.in b/docs/quick_tour/logging/MANIFEST.in index a75da6dad..7a73762f7 100644 --- a/docs/quick_tour/logging/MANIFEST.in +++ b/docs/quick_tour/logging/MANIFEST.in @@ -1,2 +1,5 @@ include *.txt *.ini *.cfg *.rst recursive-include hello_world *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2 +recursive-include tests * +recursive-exclude * __pycache__ +recursive-exclude * *.py[co] |
