From 224eb78d38d62e5c66a2b10dc9ddfc78df1bac40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Peignier?= Date: Sat, 15 Mar 2014 23:27:23 -0700 Subject: [PATCH] unbreaking upload --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 7a8969e..b1bbf1c 100644 --- a/setup.py +++ b/setup.py @@ -1,13 +1,11 @@ # -*- coding: utf-8 -*- -import io - from setuptools import setup, find_packages -with io.open('README.rst', encoding='utf-8') as f: +with open('README.rst') as f: readme = f.read() -with io.open('LICENSE', encoding='utf-8') as f: +with open('LICENSE') as f: license = f.read() setup(