From 8d2d15c8ae99c3a526138db7ffffe951c1d2ccbd Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Wed, 6 Feb 2019 14:41:41 +0100 Subject: [PATCH] Build also python source archive (#2900) --- src/oca/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}