Skip to content

Commit

Permalink
unbreaking upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Mar 16, 2014
1 parent cc019b0 commit 224eb78
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 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(
Expand Down

0 comments on commit 224eb78

Please sign in to comment.