Bump setuptools to 76.0.0 (#13614)

This commit is contained in:
Avasam
2025-03-12 13:25:47 +01:00
committed by GitHub
parent 28106bcb73
commit f6e99d20b5
12 changed files with 271 additions and 213 deletions
+11
View File
@@ -1 +1,12 @@
from setuptools._distutils.ccompiler import *
from setuptools._distutils.ccompiler import CCompiler as CCompiler
__all__ = [
"CompileError",
"LinkError",
"gen_lib_options",
"gen_preprocess_options",
"get_default_compiler",
"new_compiler",
"show_compilers",
]
@@ -0,0 +1 @@
from setuptools._distutils.compilers.C.base import *
@@ -0,0 +1 @@
from setuptools._distutils.compilers.C.errors import *
@@ -0,0 +1 @@
from setuptools._distutils.compilers.C.msvc import *