Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwdunham committed Apr 9, 2018
1 parent 1892797 commit df39ed8
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 @@ -15,7 +15,7 @@
here = path.abspath(path.dirname(__file__))

version = {}
ver_path = convert_path(path.join(here, 'metsrw', 'version.py')
ver_path = convert_path(path.join(here, 'metsrw', 'version.py'))
with open(ver_path) as ver_file:
exec(ver_file.read(), version)

Expand Down

0 comments on commit df39ed8

Please sign in to comment.