Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas authored Sep 7, 2023
2 parents 741610e + 2ce8566 commit 7561c2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,14 @@ def build_extension(self, ext):
'build_ext': BuildExt,
}

with open("README.md", "r") as f:
README = f.read()

setup(
name=NAME,
description=DESCRIPTION,
long_description=README,
long_description_content_type="text/markdown",
version=VERSION,
url=URL,
author=AUTHOR,
Expand Down

0 comments on commit 7561c2d

Please sign in to comment.