view MANIFEST.in @ 492:d90ccdf18156

tests: Fix processing tests on Windows. See the comment in `pipeline.py` for more info but basically I was passing already initialized processors to the worker pool, which means pickling the whole app. Pretty bad. Interesting that it only broke on Windows, though.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 23 Jul 2015 22:07:32 -0700
parents 3890353d3e5a
children d4a01a023998
line wrap: on
line source

include README.rst
include CHANGELOG.rst
include LICENSE.rst
include requirements.txt
include dev-requirements.txt
recursive-include piecrust *.py mime.types
recursive-include piecrust/resources *
recursive-include tests *.py
#global-exclude .DS_Store
#global-exclude Thumbs.db
#global-exclude Desktop.ini
#global-exclude *.swp
#global-exclude *~
#global-exclude *.bak