From 9208648a27e267e48da96755bfda0f97cf704371 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Fri, 6 Jan 2023 13:25:01 +0000 Subject: [Docs] Add migration for `distutils.core.Command` --- docs/deprecated/distutils-legacy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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.*`` -- cgit v1.2.1