From 1e380a7be02b5af07ee4e349e98a4126304b4b93 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 7 May 2020 17:01:40 -0700 Subject: [PATCH] Import setup in setup.py from setuptools instead of distutils.core --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ab38916..9e0ba373 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ along with this program. If not, see . """ import os, sys, platform, tempfile -from distutils.core import setup +from setuptools import setup def file_list(path):