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

M #-: Fix typo (#2405)

This commit is contained in:
Jan Orel 2022-12-06 11:32:15 +01:00 committed by GitHub
parent dd03c67445
commit 0b7d36df7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ setup(
name='pyone',
version=pyone_version,
description='Python Bindings for OpenNebula XML-RPC API',
long_description=''''PyOne is an implementation of OpenNebula XML-RPC
long_description='''PyOne is an implementation of OpenNebula XML-RPC
bindings in Python. It works as a proxy over the XML-RPC api and
utilizes generateDS (https://www.davekuhlman.org/generateDS.html)
to ecapsulate the xml response to Python objects.''',