Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tylern4 committed Jan 6, 2022
1 parent e9dbbd5 commit 09da42e
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 @@ -7,7 +7,7 @@
_dir = Path(__file__).resolve().parent

print(_dir)
with open(f"{_dir}/../README.md") as f:
with open(f"{_dir}/README.md") as f:
long_desc = f.read()

setup(
Expand Down

0 comments on commit 09da42e

Please sign in to comment.