Skip to content

Commit

Permalink
Merge 5116df3 into e3f06b1
Browse files Browse the repository at this point in the history
  • Loading branch information
utapyngo committed Jan 26, 2018
2 parents e3f06b1 + 5116df3 commit 5e2816c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import codecs
from setuptools import setup, find_packages


long_description = (
open('README.rst').read() + '\n\n' +
open('CHANGES.rst').read()
codecs.open('README.rst', 'r', 'utf-8').read() + '\n\n' +
codecs.open('CHANGES.rst', 'r', 'utf-8').read()
)
MAJOR = 0
MINOR = 5
Expand Down

0 comments on commit 5e2816c

Please sign in to comment.