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 32e9b27 commit 1713e72Copy full SHA for 1713e72
distutils/dist.py
@@ -700,7 +700,7 @@ def handle_display_options(self, option_order):
700
if val and is_display_option.get(opt):
701
opt = translate_longopt(opt)
702
value = getattr(self.metadata, "get_" + opt)()
703
- if opt in ['keywords', 'platforms']:
+ if opt in ('keywords', 'platforms'):
704
print(','.join(value))
705
elif opt in ('classifiers', 'provides', 'requires', 'obsoletes'):
706
print('\n'.join(value))
0 commit comments