diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-06 13:25:01 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-01-07 15:57:08 +0000 |
commit | 9208648a27e267e48da96755bfda0f97cf704371 (patch) | |
tree | 63269eff88f041ab6c434034a4c06fc7ee4a1455 /docs/deprecated | |
parent | 1f942b9a2b74d581337d402c88da71201311e54f (diff) | |
download | python-setuptools-git-9208648a27e267e48da96755bfda0f97cf704371.tar.gz |
[Docs] Add migration for `distutils.core.Command`
Diffstat (limited to 'docs/deprecated')
-rw-r--r-- | docs/deprecated/distutils-legacy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/distutils-legacy.rst b/docs/deprecated/distutils-legacy.rst index 30adcd2b..8112f12e 100644 --- a/docs/deprecated/distutils-legacy.rst +++ b/docs/deprecated/distutils-legacy.rst @@ -24,7 +24,7 @@ As Distutils is deprecated, any usage of functions or objects from distutils is ``distutils.core.setup`` → ``setuptools.setup`` -``distutils.cmd.Command`` → ``setuptools.Command`` +``distutils.cmd.Command`` or ``distutils.core.Command`` → ``setuptools.Command`` ``distutils.command.{build_clib,build_ext,build_py,sdist}`` → ``setuptools.command.*`` |