Skip to content

Commit 7f1f174

Browse files
committed
Use setuptools for build_ext as well
1 parent 6f9df9f commit 7f1f174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/lib-rt/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
import subprocess
1010
import sys
1111
from distutils import ccompiler, sysconfig
12-
from distutils.command.build_ext import build_ext
1312
from typing import Any
1413

1514
from setuptools import Extension, setup
15+
from setuptools.command.build_ext import build_ext
1616

1717
C_APIS_TO_TEST = [
1818
"init.c",

0 commit comments

Comments
 (0)