Skip to content

Commit

Permalink
[ADD] setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Oct 15, 2018
1 parent 0d4c499 commit d760886
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.0.20180926.0
11.0.20181015.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
description="Meta package for oca-event Odoo addons",
version=version,
install_requires=[
'odoo11-addon-crm_lead_to_event_registration',
'odoo11-addon-event_registration_cancel_reason',
'odoo11-addon-event_registration_mass_mailing',
'odoo11-addon-partner_event',
Expand Down
2 changes: 2 additions & 0 deletions setup/crm_lead_to_event_registration/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
6 changes: 6 additions & 0 deletions setup/crm_lead_to_event_registration/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

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

0 comments on commit d760886

Please sign in to comment.