From 67e21ca2dd6d6bc980f9d0dfcc54e80f0fff7c45 Mon Sep 17 00:00:00 2001 From: "albert.zah" Date: Wed, 13 Dec 2023 12:11:20 +0000 Subject: [PATCH] Fix. --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b390a44..1305b97 100644 --- a/setup.py +++ b/setup.py @@ -66,8 +66,10 @@ def run(self): name=package_name, version=VERSION, license='Apache 2.0', - description='A multiple parties joint, distributed execution engine based on Ray,' - 'to help build your own federated learning frameworks in minutes.', + description=( + 'A multiple parties joint, distributed execution engine based on Ray,' + 'to help build your own federated learning frameworks in minutes.' + ), long_description=long_description, long_description_content_type='text/markdown', author='RayFed Team',