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:
parent
8150618b99
commit
6d177bafd8
@ -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}
|
||||
|
@ -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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user