Skip to content

Commit

Permalink
Use relative paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 19, 2018
1 parent ab36482 commit 34c4248
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 @@ -18,7 +18,7 @@


def read_file(*args):
path = os.path.join(os.path.dirname(__file__), *args)
path = os.path.join(*args)
with open(path, 'r') as f:
return f.read() + '\n\n'

Expand Down

0 comments on commit 34c4248

Please sign in to comment.