mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-05 15:38:28 +08:00
Bump setuptools to 76.0.0 (#13614)
This commit is contained in:
@@ -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 *
|
||||
Reference in New Issue
Block a user