mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-29 06:12:13 +08:00
[setuptools] Bump to 75.0.* (#12668)
Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
39
stubs/setuptools/distutils/command/__init__.pyi
Normal file
39
stubs/setuptools/distutils/command/__init__.pyi
Normal file
@@ -0,0 +1,39 @@
|
||||
from . import (
|
||||
bdist as bdist,
|
||||
bdist_rpm as bdist_rpm,
|
||||
build as build,
|
||||
build_clib as build_clib,
|
||||
build_ext as build_ext,
|
||||
build_py as build_py,
|
||||
# build_scripts as build_scripts,
|
||||
# check as check,
|
||||
# clean as clean,
|
||||
install as install,
|
||||
# install_data as install_data,
|
||||
# install_headers as install_headers,
|
||||
install_lib as install_lib,
|
||||
install_scripts as install_scripts,
|
||||
sdist as sdist,
|
||||
)
|
||||
|
||||
# Commented out commands are not stubbed.
|
||||
# (Many of these may be implementation details,
|
||||
# but they can be added if people ask for them)
|
||||
__all__ = [
|
||||
"build",
|
||||
"build_py",
|
||||
"build_ext",
|
||||
"build_clib",
|
||||
# "build_scripts",
|
||||
# "clean",
|
||||
"install",
|
||||
"install_lib",
|
||||
# "install_headers",
|
||||
"install_scripts",
|
||||
# "install_data",
|
||||
"sdist",
|
||||
"bdist",
|
||||
# "bdist_dumb",
|
||||
"bdist_rpm",
|
||||
# "check",
|
||||
]
|
||||
@@ -1 +0,0 @@
|
||||
from setuptools._distutils.command.register import *
|
||||
@@ -1 +0,0 @@
|
||||
from setuptools._distutils.command.upload import *
|
||||
@@ -1 +0,0 @@
|
||||
from setuptools._distutils.config import *
|
||||
Reference in New Issue
Block a user