- Ensure task batches are not greater than 100
https://github.com/WebFilings/furious/pull/113
> When using AutoContext, a custom batch_size can be set.
>
> Force the custom batch_size to always be less than 100 since
> that is the max that can be added to an app engine taskqueue at a time.
- Exclude example directory from setup
https://github.com/WebFilings/furious/pull/114
> This resolves issue 110.