mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 12:06:57 -06:00
[ADD] setup.py
This commit is contained in:
parent
237f306361
commit
fc38185236
1
setup/attachment_edit/odoo_addons/__init__.py
Normal file
1
setup/attachment_edit/odoo_addons/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
1
setup/attachment_edit/odoo_addons/attachment_edit
Symbolic link
1
setup/attachment_edit/odoo_addons/attachment_edit
Symbolic link
@ -0,0 +1 @@
|
||||
../../../attachment_edit
|
6
setup/attachment_edit/setup.py
Normal file
6
setup/attachment_edit/setup.py
Normal file
@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue
Block a user