Skip to content

Commit 0b5f7b2

Browse files
author
Álvaro Bartolomé
committed
update setup.py
1 parent 5e060d0 commit 0b5f7b2

File tree

2 files changed

+38
-30
lines changed

2 files changed

+38
-30
lines changed

Diff for: .idea/workspace.xml

+36-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env python
22

33
from setuptools import setup, find_packages
4+
import io
45

56

67
def readme():
7-
with open('README.md', encoding='utf-8') as f:
8+
with io.open('README.md', encoding='utf-8') as f:
89
return f.read()
910

1011

0 commit comments

Comments
 (0)