Skip to content

Commit

Permalink
Fix copy pasta from previous commit, I should have read the 'with open'
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux authored and bfirsh committed May 14, 2019
1 parent 6dd7014 commit ff670a7
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 @@ -5,7 +5,7 @@
with open('requirements.txt') as f:
requires = f.read().splitlines()

with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
with open('README.md', encoding='utf-8') as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit ff670a7

Please sign in to comment.