social/setup/mail_restrict_follower_selection/setup.py

7 lines
100 B
Python
Raw Permalink Normal View History

import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)