Skip to content

Commit 3fc130b

Browse files
committed
[IMP] delivery_ups_oca: black, isort, prettier
1 parent a909230 commit 3fc130b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../delivery_ups_oca

setup/delivery_ups_oca/setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)