view MANIFEST.in @ 447:aefe70229fdd

bake: Commonize worker pool code between html and asset baking. The `workerpool` package now defines a generic-ish worker pool. It's similar to the Python framework pool but with a simpler use-case (only one way to queue jobs) and support for workers to send a final "report" to the master process, which we use to get timing information here. The rest of the changes basically remove a whole bunch of duplicated code that's not needed anymore.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 05 Jul 2015 00:09:41 -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