mirror of https://github.com/OCA/web.git
[ADD] setup.py
parent
2fbc61fa40
commit
2975ee6cc1
|
@ -0,0 +1 @@
|
||||||
|
../../../../web_responsive
|
|
@ -0,0 +1,2 @@
|
||||||
|
[bdist_wheel]
|
||||||
|
universal=1
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
Loading…
Reference in New Issue