From 800c0a267d5d636921f14e6dfe301d1be4c2866f Mon Sep 17 00:00:00 2001 From: Justin Pihony Date: Sun, 21 Mar 2021 14:44:54 -0400 Subject: [PATCH] Enable python 2 install --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c36db1c2..4ef1824f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ from setuptools import setup, find_packages import os import sys +from io import open from os.path import relpath, join as pjoin from distutils.command.build_py import build_py