We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cdc41 commit 156a520Copy full SHA for 156a520
setup.py
@@ -169,7 +169,7 @@ def run(self):
169
# If the user just queries for information, don't bother figuring out which
170
# packages to build or install.
171
if (any('--' + opt in sys.argv for opt in
172
- Distribution.display_option_names + ['help']) or
+ Distribution.display_option_names + ['help']) or
173
'clean' in sys.argv):
174
setup_requires = []
175
else:
0 commit comments