Skip to content

Commit

Permalink
Fix for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Oct 10, 2019
1 parent f531786 commit 993f6be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import io
import os
from setuptools import setup, find_packages

VERSION = None
with open(
with io.open(
os.path.join(os.path.dirname(__file__), 'biopandas/__init__.py'),
encoding='utf-8'
) as f:
Expand Down

0 comments on commit 993f6be

Please sign in to comment.