From 6d177bafd86d8e6464a6d36ed6feabefcb5b1fce Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Thu, 13 Dec 2018 17:08:32 +0100 Subject: [PATCH] F #2258: Update PyONE version, sdist not required --- src/oca/python/Makefile | 2 +- src/oca/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/oca/python/Makefile b/src/oca/python/Makefile index 136b2aaad3..b6dd2ade0e 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 sdist bdist_wheel + ${PYTHON} setup.py bdist_wheel install: ${PYTHON} setup.py install ${root} diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 703e8b3712..3a5c01e810 100644 --- a/src/oca/python/setup.py +++ b/src/oca/python/setup.py @@ -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,