Skip to content

Commit

Permalink
Cleanup setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Apr 10, 2020
1 parent f954c08 commit 341f344
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 @@ -14,7 +14,7 @@
with io.open(path, encoding="utf8") as f:
exec(f.read(), {}, version_ns)

with open(pjoin(HERE, 'README.md')) as fid:
with open(osp.join(HERE, 'README.md')) as fid:
long_description = fid.read()

setup(
Expand Down

0 comments on commit 341f344

Please sign in to comment.