commit | 73cc8479f000bbb84d0775aea55fb9de75ec110e | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Wed Oct 13 13:22:34 2004 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Wed Oct 13 13:22:34 2004 +0000 |
tree | 90d8852ee6fbd6f4dcfe9935a1d1adca805ca49a | |
parent | f2113f0c6e7efb788c6aa3bbf666fda223bce188 [diff] [blame] |
oops. how did _that_ happen?
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py index a23a773..1a39022 100644 --- a/Lib/distutils/dist.py +++ b/Lib/distutils/dist.py
@@ -230,6 +230,7 @@ setattr(self.metadata, key, val) elif hasattr(self, key): setattr(self, key, val) + else: msg = "Unknown distribution option: %s" % repr(key) if warnings is not None: warnings.warn(msg)