3
0
Fork 0

[ADD] Add setup.py

8.0
Adrien Peiffer (ACSONE) 2016-11-24 14:09:37 +01:00 committed by Tom Blauwendraat
parent b628c7c0b4
commit a5f9db0ea1
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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