diff --git a/src/oca/python/Makefile b/src/oca/python/Makefile index 23bedb6816..9baeb9e9f1 100644 --- a/src/oca/python/Makefile +++ b/src/oca/python/Makefile @@ -40,7 +40,7 @@ clean: rm -rf build dist pyone/bindings *.egg-info doc dist: - ${PYTHON} setup.py bdist_wheel + ${PYTHON} setup.py sdist bdist_wheel install: ${PYTHON} setup.py install ${root}