Metadata-Version: 1.0
Name: collective.cart.shipping
Version: 0.2.0
Summary: Adds Shipping Methods to collective.cart.core.
Home-page: UNKNOWN
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: GPL
Description: Introduction
        ============
        
        Shipping method plug-in for collective.cart.core.
        
        Installation
        ============
        
        If you are using zc.buildout and the plone.recipe.zope2instance
        recipe to manage your project, you can do this:
        
        * Add ``pycountry`` and ``collective.cart.shipping`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                pycountry
                collective.cart.shipping
        
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
        
        Changelog
        =========
        
        0.2.0 (2011-04-25)
        ------------------
        
        - Refactored for plug-in.
        
        0.1.0 (2011-04-21)
        ------------------
        
        - Initial release
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
