Skip to content

Commit

Permalink
Nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 8, 2020
1 parent 0cf10cf commit 9036359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
from setuptools import setup
except ImportError:
from distutils.core import setup
from codecs import open

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

setup(
Expand Down

0 comments on commit 9036359

Please sign in to comment.