[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-03-13 10:02:45 +00:00
parent 1245067853
commit 98f5fd4199
4 changed files with 25 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,
)