Skip to content

Commit 4b99fa2

Browse files
committed
fix for setup.py
1 parent 348455c commit 4b99fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://packaging.python.org/single_source_version/
88
base_dir = os.path.abspath(os.path.dirname(__file__))
99
about = {}
10-
with open(os.path.join(base_dir, 'matplotlib2tikz', '__about__.py')) as f:
10+
with open(os.path.join(base_dir, 'matplotlib2tikz', '__about__.py'), 'rb') as f:
1111
exec(f.read(), about)
1212

1313

0 commit comments

Comments
 (0)