----------------
- Added MANIFEST.in file so the released package will contain ``.mo``
files (at least when using ``zest.releaser`` in combination with
``zest.pocompile``).
[maurits]
- When context.show_social_viewlet does not work, try
context.getField('show_social_viewlet').get(context)
as somehow the first only works when you have called getField once.
Tested with archetypes.schemaextender 1.6 and 2.0.3.
[maurits]
- Added config.py to ease overriding the
default value for the show_social_viewlet field (False)
and the fallback value for when the field does not exist for the
current object (False).
[maurits]