7 lines
222 B
Python
7 lines
222 B
Python
#!/usr/bin/env python3
|
|
|
|
from distutils.core import setup
|
|
|
|
setup(name='radicale_odoo', packages=['radicale_odoo_auth', 'radicale_odoo_right',
|
|
'radicale_odoo_storage', 'debug_storage'])
|