Skip to content

Commit

Permalink
Fix cross-platform install bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmith323 committed Nov 26, 2019
1 parent 5b82a9d commit 7311449
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 @@ -9,7 +9,7 @@ def file_read(filename):
return flo.read()


__version__ = file_read('staticmodel/VERSION.txt').strip()
__version__ = file_read(os.path.join('staticmodel', 'VERSION.txt')).strip()


setup(
Expand Down

0 comments on commit 7311449

Please sign in to comment.