There was an error while loading. Please reload this page.
1 parent 2dfd673 commit 405c150Copy full SHA for 405c150
distutils/dist.py
@@ -168,10 +168,6 @@ def __init__(self, attrs=None):
168
# for the setup script to override command classes
169
self.cmdclass = {}
170
171
- # Make sure 'commands' is defined, so dist.run_commands can run
172
- # It might be overwritten by parse_command_line()
173
- self.commands = []
174
-
175
# 'command_packages' is a list of packages in which commands
176
# are searched for. The factory for command 'foo' is expected
177
# to be named 'foo' in the module 'foo' in one of the packages
0 commit comments