Skip to content

Commit

Permalink
Fixed bug in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GDeLaurentis committed Oct 2, 2019
1 parent 3a86fd4 commit 502d708
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 @@ -3,7 +3,7 @@
# read the contents of your README file
from os import path
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
with open(path.join(this_directory, 'README.md')) as f:
long_description = f.read()


Expand Down

0 comments on commit 502d708

Please sign in to comment.