diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-07 18:19:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-07 18:19:32 +0000 |
| commit | ac9d7d204f6a49db4e70a5880c420dcb5c509081 (patch) | |
| tree | 63269eff88f041ab6c434034a4c06fc7ee4a1455 | |
| parent | 1f942b9a2b74d581337d402c88da71201311e54f (diff) | |
| parent | 9208648a27e267e48da96755bfda0f97cf704371 (diff) | |
| download | python-setuptools-git-ac9d7d204f6a49db4e70a5880c420dcb5c509081.tar.gz | |
Merge pull request #3750 from pypa/abravalheri-doc-patch-1
[Docs] Add migration for `distutils.core.Command`
| -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.*`` |
