[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-11-08 10:50:45 +00:00
parent b7301e26e7
commit 61f3553d20
6 changed files with 29 additions and 0 deletions

View File

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

6
setup/knowledge/setup.py Normal file
View File

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