Skip to content

Commit

Permalink
Use setuptools's private copy of distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Aug 20, 2024
1 parent 3dd84a7 commit bbaa092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import os
import sys
import traceback
from distutils.ccompiler import CCompiler
from distutils.errors import DistutilsPlatformError
from multiprocessing.pool import ThreadPool

from setuptools import Extension, find_packages, setup
from setuptools._distutils.ccompiler import CCompiler
from setuptools._distutils.errors import DistutilsPlatformError
from setuptools.command.build_ext import build_ext

if os.name == 'nt':
Expand Down

0 comments on commit bbaa092

Please sign in to comment.