Metadata-Version: 1.0
Name: collective.cart.shipping
Version: 0.1.0
Summary: Adds Shipping Methods to Cart.
Home-page: http://svn.plone.org/svn/collective/
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: GPL
Description: Introduction
        ============
        
        Adds linear shipping methods to the 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 ``collective.cart.shipping`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                pycountry
                collective.cart.shipping
        
        * Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
        
            [instance]
            recipe = plone.recipe.zope2instance
            ...
            zcml =
                collective.cart.shipping-overrides
        
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
        
        Changelog
        =========
        
        0.1.0 (2011-04-21)
        ------------------
        
        - Initial release
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
