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 378984e commit 22e845bCopy full SHA for 22e845b
distutils/dist.py
@@ -139,7 +139,7 @@ def __init__(self, attrs=None): # noqa: C901
139
self.dry_run = False
140
self.help = False
141
for attr in self.display_option_names:
142
- setattr(self, attr, 0)
+ setattr(self, attr, False)
143
144
# Store the distribution meta-data (name, version, author, and so
145
# forth) in a separate object -- we're getting to have enough
0 commit comments