Skip to content

Commit

Permalink
[Docs] Add migration for distutils.core.Command
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored and mergify[bot] committed Jan 7, 2023
1 parent 1f942b9 commit 9208648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deprecated/distutils-legacy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.*``

Expand Down

0 comments on commit 9208648

Please sign in to comment.