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

M #-: remove python OCA Readme fix (#2404)

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

View File

@ -22,10 +22,6 @@ import sys
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
install_requires = [
'lxml',
'dicttoxml',
@ -57,7 +53,10 @@ setup(
name='pyone',
version=pyone_version,
description='Python Bindings for OpenNebula XML-RPC API',
long_description=long_description,
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.''',
# The project's main homepage.
url='http://opennebula.io',