diff options
Diffstat (limited to 'Lib/packaging/run.py')
-rw-r--r-- | Lib/packaging/run.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/packaging/run.py b/Lib/packaging/run.py index c17ccfdf4b..3afda5af5e 100644 --- a/Lib/packaging/run.py +++ b/Lib/packaging/run.py @@ -405,7 +405,6 @@ class Dispatcher: self.verbose = 1 self.dry_run = False self.help = False - self.script_name = 'pysetup' self.cmdclass = {} self.commands = [] self.command_options = {} |