Skip to content

Commit 2f19bc0

Browse files
committed
[ADD] setup.py
1 parent f504d51 commit 2f19bc0

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__import__('pkg_resources').declare_namespace(__name__)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../attachment_base_synchronize
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)