mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
11.0.20180424.0
|
||||
11.0.20180526.0
|
||||
@@ -17,6 +17,7 @@ setuptools.setup(
|
||||
'odoo11-addon-web_no_bubble',
|
||||
'odoo11-addon-web_notify',
|
||||
'odoo11-addon-web_responsive',
|
||||
'odoo11-addon-web_search_with_and',
|
||||
'odoo11-addon-web_searchbar_full_width',
|
||||
'odoo11-addon-web_sheet_full_width',
|
||||
'odoo11-addon-web_timeline',
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
@@ -1 +0,0 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
1
setup/web_search_with_and/odoo/addons/web_search_with_and
Symbolic link
1
setup/web_search_with_and/odoo/addons/web_search_with_and
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../web_search_with_and
|
||||
2
setup/web_search_with_and/setup.cfg
Normal file
2
setup/web_search_with_and/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
6
setup/web_search_with_and/setup.py
Normal file
6
setup/web_search_with_and/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user