mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
[ADD] setup.py
This commit is contained in:
parent
db68896689
commit
796b53f634
@ -1 +1 @@
|
||||
11.0.20180718.0
|
||||
11.0.20181023.0
|
@ -8,6 +8,7 @@ setuptools.setup(
|
||||
description="Meta package for oca-knowledge Odoo addons",
|
||||
version=version,
|
||||
install_requires=[
|
||||
'odoo11-addon-attachment_preview',
|
||||
'odoo11-addon-document_page',
|
||||
'odoo11-addon-document_page_approval',
|
||||
'odoo11-addon-document_url',
|
||||
|
1
setup/attachment_preview/odoo/addons/attachment_preview
Symbolic link
1
setup/attachment_preview/odoo/addons/attachment_preview
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../attachment_preview
|
2
setup/attachment_preview/setup.cfg
Normal file
2
setup/attachment_preview/setup.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
6
setup/attachment_preview/setup.py
Normal file
6
setup/attachment_preview/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