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 f700212142
commit bf2f6e9474

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):