[setuptools] Bump to 75.0.* (#12668)

Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
Sebastian Rittau
2024-09-16 19:17:52 +02:00
committed by GitHub
parent 2e9a61f834
commit 94889897ca
18 changed files with 84 additions and 174 deletions

View 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",
]

View File

@@ -1 +0,0 @@
from setuptools._distutils.command.register import *

View File

@@ -1 +0,0 @@
from setuptools._distutils.command.upload import *

View File

@@ -1 +0,0 @@
from setuptools._distutils.config import *