Skip to content

Commit

Permalink
long_description is required for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
VukW committed Apr 10, 2024
1 parent 83e9e67 commit dc136d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
name="medperf",
version=__version__,
description="CLI Tool for federated benchmarking on medical private data",
long_description=open('../README.md').read(),
long_description_content_type='text/markdown',
url="https://github.com/mlcommons/medperf",
author="MLCommons",
license="Apache 2.0",
Expand Down

0 comments on commit dc136d1

Please sign in to comment.