Shipping method plug-in for collective.cart.core.
You may list collective.cart.shipping to buildout.cfg or setup.py in your own package.
Use zc.buildout and the plone.recipe.zope2instance recipe by adding collective.cart.shipping to the list of egg:
[buildout] ... eggs = ... collective.cart.shipping
You may also list to install_requires to setup.py within your package.