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.
2 parents ace1ab0 + 22e845b commit 6608fd5Copy full SHA for 6608fd5
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