#!/usr/bin/env python3 from distutils.core import setup setup(name='radicale_odoo', packages=['radicale_odoo_auth', 'radicale_odoo_storage'])