Skip to content

Commit

Permalink
Fixed long_description issue which prevented us from publishing whoos…
Browse files Browse the repository at this point in the history
…h-reloaded to PyPi.
  • Loading branch information
ZeroCool940711 committed Feb 1, 2024
1 parent 88b8c22 commit 0843be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def run_tests(self):
author_email="[email protected]",
maintainer="Sygil-Dev",
description="Fast, pure-Python full text indexing, search, and spell checking library.",
long_description=open("README.md").read(),
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
license="Two-clause BSD license",
keywords="index search text spell",
url="https://github.com/Sygil-Dev/whoosh-reloaded",
Expand Down

0 comments on commit 0843be9

Please sign in to comment.