diff options
Diffstat (limited to 'setuptools/command/build.py')
-rw-r--r-- | setuptools/command/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build.py b/setuptools/command/build.py index 8152658d..0f1d688e 100644 --- a/setuptools/command/build.py +++ b/setuptools/command/build.py @@ -23,7 +23,7 @@ class build(_build): subcommands = {cmd[0] for cmd in _build.sub_commands} if subcommands - _ORIGINAL_SUBCOMMANDS: SetuptoolsDeprecationWarning.emit( - "Directly usage of `distutils` commands", + "Direct usage of `distutils` commands", """ It seems that you are using `distutils.command.build` to add new subcommands. Using `distutils` directly is considered deprecated, |