Metadata-Version: 1.0
Name: collective.cart.shipping
Version: 0.3
Summary: Adds Shipping Methods to collective.cart.core.
Home-page: http://pypi.python.org/pypi/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/taito/collective.cart.shipping/
        <https://github.com/taito/collective.cart.shipping/>`_
        
        Installation
        ============
        
        If you are using zc.buildout and the plone.recipe.zope2instance
        recipe to manage your project, you can do this:
        
        * Add ``collective.cart.shipping`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                collective.cart.shipping
        
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
        
        Changelog
        =========
        
        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
        ============
        
        Taito Horiuchi <taito.horiuchi at gmail.com>
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
