Skip to content

Commit 96b1923

Browse files
committed
Use sysconfig directly instead of through distutils
1 parent 0e14162 commit 96b1923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import configparser
2-
from distutils import sysconfig
32
import functools
43
import hashlib
54
from io import BytesIO
@@ -11,6 +10,7 @@
1110
import shutil
1211
import subprocess
1312
import sys
13+
import sysconfig
1414
import tarfile
1515
import textwrap
1616
import urllib.request

0 commit comments

Comments
 (0)