Skip to content

Commit

Permalink
setup.py polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Mar 29, 2016
1 parent 50fb8a4 commit 7dacb0e
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 @@ -30,7 +30,7 @@

# Utility function to cat in a file (used for the README)
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname), encoding='utf8').read()
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='mbed-ls',
version='0.2.1',
Expand Down

0 comments on commit 7dacb0e

Please sign in to comment.