File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,8 +322,8 @@ def set_undefined_options(
322
322
if getattr (self , dst_option ) is None :
323
323
setattr (self , dst_option , getattr (src_cmd_obj , src_option ))
324
324
325
- # NOTE: Because distutils is private setuptools implementation and we don't need to re-expose all commands here,
326
- # we're not overloading each and every command possibility .
325
+ # NOTE: Because distutils is private to Setuptools and not all commands are exposed here,
326
+ # not every possible command is enumerated in the signature .
327
327
def get_finalized_command (self , command : str , create : bool = True ) -> Command :
328
328
"""Wrapper around Distribution's 'get_command_obj()' method: find
329
329
(create if necessary and 'create' is true) the command object for
You can’t perform that action at this time.
0 commit comments