Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Artem <[email protected]>
  • Loading branch information
nyejon and art1415926535 authored Jul 8, 2020
1 parent b29e7fc commit 8fe020d
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 @@ -13,7 +13,7 @@
)


with open('README.rst', encoding="utf-8") as f:
with open('README.rst', encoding='utf-8') as f:
long_description = f.read()


Expand Down

0 comments on commit 8fe020d

Please sign in to comment.