1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Build also python source archive (#2900)

This commit is contained in:
Jan Orel 2019-02-06 14:41:41 +01:00 committed by Ruben S. Montero
parent 81d64ff269
commit 8d2d15c8ae

View File

@ -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}