Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Dec 13, 2023
1 parent e6d1aec commit 67e21ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 67e21ca

Please sign in to comment.