- Lookup package name for ZCML modules too, as it is done for python modules.
- Detect generic setup dependencies in ``metadata.xml`` files.
1.6
----------------
- Fix AttributeError when "magic modules" like email.Header are imported.
1.5
----------------
- Add support for zipped dists when looking up pkg name.
1.4
----------------
- Lookup pkg name from egg-infos if possible (python >= 2.5). This helps for instance with the PIL problem (which can be ``Imaging`` instead when you import it).
1.3.2
------------------
- Fixed broken 1.3.0 and 1.3.0 release: the ``MANIFEST.in`` was missing...