Skip to content

Commit

Permalink
[ADD] setup for web_timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBinsfeld authored and pedrobaeza committed May 22, 2017
1 parent 1dc0fb8 commit c911fcd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/web_timeline/.eggs/README.txt
@@ -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.

1 change: 1 addition & 0 deletions setup/web_timeline/odoo/__init__.py
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
1 change: 1 addition & 0 deletions setup/web_timeline/odoo/addons/__init__.py
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
1 change: 1 addition & 0 deletions setup/web_timeline/odoo/addons/web_timeline
6 changes: 6 additions & 0 deletions setup/web_timeline/setup.py
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit c911fcd

Please sign in to comment.