[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-12-05 14:58:16 +00:00
parent 683b08797f
commit 6c3dfe783b
4 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../web_drop_target

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)