[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-06-29 05:28:29 +02:00
parent 84837e9283
commit a656e75d38
8 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../base_external_system

View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)