Skip to content

Commit

Permalink
fix:long description
Browse files Browse the repository at this point in the history
needs absolute path to readme file
  • Loading branch information
JarbasAl authored Sep 16, 2024
1 parent 6237851 commit 38a3387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def required(requirements_file):
return [pkg for pkg in requirements
if pkg.strip() and not pkg.startswith("#")]

with open("README.md", "r") as f:
with open(BASEDIR + "/README.md", "r") as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit 38a3387

Please sign in to comment.