Skip to content

Commit

Permalink
Try it without the encoding option because of Python 2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Sep 24, 2018
1 parent eb35125 commit 27787fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
author='Julian Gonggrijp, Vincent Driessen',
author_email='j.gonggrijp@gmail.com',
description=__doc__.strip('\n'),
long_description=open('README.rst', encoding='utf-8').read(),
long_description=open('README.rst').read(),
long_description_content_type='text/x-rst',
packages=[
'pip_review',
Expand Down

0 comments on commit 27787fe

Please sign in to comment.