---------------------------- - appfy.recipe.gae:app_lib now extends zc.recipe.egg.Scripts, so that scripts from packages are installed, as before.
0.5
--------------------------- - Dropped checksum checking, and now move files to a backup directory if delete-safe is `true` (which is the default). This makes the build faster and avoids the annoying invalid checksum errors.
0.4.5
--------------------------- - Use tempfile.gettempdir() to save temporary files. Thanks, tlynn.
0.4.4
--------------------------- - Unzip eggs by default in app_lib or we can't use some.
0.4.3
--------------------------- - Only accepts multi-line configuration for gaetools.
- Fixed tmpdir in app_lib.
0.4.2
----------------------------- - app_lib now extends zc.recipe.egg.Eggs and sets default eggs to an empty string, just to avoid errors.