mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] setup.py
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
../../../../contract_variable_qty_timesheet
|
||||||
2
setup/contract_variable_qty_timesheet/setup.cfg
Normal file
2
setup/contract_variable_qty_timesheet/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[bdist_wheel]
|
||||||
|
universal=1
|
||||||
6
setup/contract_variable_qty_timesheet/setup.py
Normal file
6
setup/contract_variable_qty_timesheet/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