Skip to content

Commit

Permalink
use os.path.join for windows path resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed May 28, 2020
1 parent d71d4da commit 8e7284d
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 @@ -8,7 +8,7 @@

# local import of package variables in flopy/version.py
# imports __version__, __pakname__, __author__, __author_email__
exec(open("flopy/version.py").read())
exec(open(os.path.join("flopy", "version.py")).read())

try:
import pypandoc
Expand Down

0 comments on commit 8e7284d

Please sign in to comment.