Skip to content

Commit

Permalink
Make long_description in markdown available
Browse files Browse the repository at this point in the history
  • Loading branch information
lzqlzzq committed Sep 28, 2023
1 parent a7cd165 commit cd4bb2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
author_email="[email protected]",
description="A high performance MIDI file parser with comprehensible interface.",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
packages=["."],
ext_modules=[CMakeExtension("")],
cmdclass={"build_ext": CMakeBuild},
Expand Down

0 comments on commit cd4bb2f

Please sign in to comment.