[ADD] setup for web_timeline

This commit is contained in:
Thomas Binsfeld
2017-05-04 11:31:58 +02:00
committed by Pedro M. Baeza
parent 1dc0fb8ea2
commit c911fcd790
5 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins.
This directory caches those eggs to prevent repeated downloads.
However, it is safe to delete this directory.

View File

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

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,
)