Skip to content

Commit

Permalink
add long_description in setup.py for upload pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
HuHeng authored and sfeiwong committed Feb 18, 2024
1 parent 44870f0 commit 27d8dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def build_extension(self, ext: CMakeExtension) -> None:
author_email="",
python_requires='>= 3.6',
description="Babit Multimedia Framework",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
readme='README.md',
url="https://github.com/BabitMF/bmf",
install_requires=[
Expand Down

0 comments on commit 27d8dbd

Please sign in to comment.