Import setup in setup.py from setuptools instead of distutils.core

This commit is contained in:
Micah Lee 2020-05-07 17:01:40 -07:00
parent bc0f943f83
commit 1e380a7be0
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import os, sys, platform, tempfile
from distutils.core import setup
from setuptools import setup
def file_list(path):