Metadata-Version: 1.1
Name: collective.cart.shipping
Version: 0.4.1
Summary: Adds shipping methods to Plone.
Home-page: https://github.com/collective/collective.cart.shipping
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: ========================
        collective.cart.shipping
        ========================
        
        Shipping method plug-in for `collective.cart.core
        <http://pypi.python.org/pypi/collective.cart.core/>`_.
        
        
        Repository URL
        --------------
        
        `https://github.com/collective/collective.cart.shipping/
        <https://github.com/collective/collective.cart.shipping/>`_
        
        Installation
        ------------
        
        You may list ``collective.cart.shipping`` to ``buildout.cfg`` or ``setup.py`` in your own package.
        
        zc.buildout and the plone.recipe.zope2instance
        ==============================================
        
        Use zc.buildout and the plone.recipe.zope2instance
        recipe by adding ``collective.cart.shipping`` to the list of egg::
        
            [buildout]
            ...
            eggs =
                ...
                collective.cart.shipping
        
        
        Dependency to your own package
        ==============================
        
        You may also list to install_requires to ``setup.py`` within your package.
        
        Change log
        ----------
        
        0.4.1 (2012-09-20)
        ==================
        
        - Added ShippingMethod and collective.cart.shipping.CartShippingMethod to types_not_searched and metaTypesNotToList properties. [taito]
        
        0.4 (2012-09-19)
        ================
        
        - Tested with Plone-4.2.1. [taito]
        - Added Finnish translations. [taito]
        
        0.3 (2011-09-24)
        ================
        
        - End of support for Plone-3.x.
        - License updated from GPL to BSD.
        
        0.2.0 (2011-04-25)
        ==================
        
        - Refactored for plug-in.
        
        0.1.0 (2011-04-21)
        ==================
        
        - Initial release.
        
        Contributors
        ------------
        
        Author
        ======
        
        * Taito Horiuchi <taito.horiuchi at gmail.com>
        
        Credits
        -------
        
        * The Finnish Association for Nature Conservation (`Suomen Luonnonsuojeluliitto <http://www.sll.fi/>`_).
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
