1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

Fix pyone name (#2797)

This commit is contained in:
Jan Orel 2019-01-14 15:08:11 +01:00 committed by Ruben S. Montero
parent 96e71ec99d
commit 4e94a5df0f

View File

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