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

F #2258: Update PyONE version, sdist not required

This commit is contained in:
Jan Orel 2018-12-13 17:08:32 +01:00 committed by Ruben S. Montero
parent 8150618b99
commit 6d177bafd8
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ clean:
rm -rf build dist pyone/bindings *.egg-info doc
dist:
${PYTHON} setup.py sdist bdist_wheel
${PYTHON} setup.py bdist_wheel
install:
${PYTHON} setup.py install ${root}

View File

@ -41,7 +41,7 @@ if sys.version_info[0] < 3:
setup(
name='opennebula',
version='1.1.9',
version='5.7.80',
description='Python Bindings for OpenNebula XML-RPC API',
long_description=long_description,