Skip to content

Commit

Permalink
Fix content type of description for PyPI upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Jul 28, 2023
1 parent da29a67 commit cfbe6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def build_extensions(self):
author="Peter Sobot",
url="https://github.com/spotify/voyager",
long_description=long_description,
long_description_content_type="text/markdown",
ext_modules=ext_modules,
install_requires=["numpy"],
cmdclass={"build_ext": BuildExt},
Expand Down

0 comments on commit cfbe6e5

Please sign in to comment.