We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9df9f commit 7f1f174Copy full SHA for 7f1f174
mypyc/lib-rt/setup.py
@@ -9,10 +9,10 @@
9
import subprocess
10
import sys
11
from distutils import ccompiler, sysconfig
12
-from distutils.command.build_ext import build_ext
13
from typing import Any
14
15
from setuptools import Extension, setup
+from setuptools.command.build_ext import build_ext
16
17
C_APIS_TO_TEST = [
18
"init.c",
0 commit comments