diff options
| author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-13 13:22:34 +0000 |
|---|---|---|
| committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-13 13:22:34 +0000 |
| commit | f790936afe6035720d8afde494b9b17d408032c7 (patch) | |
| tree | 71c50bd3822371863fd4885645c90df2f89a2a7a /dist.py | |
| parent | de08fcf3db1b9779a9430c600354bed93dadd90b (diff) | |
| download | python-setuptools-git-f790936afe6035720d8afde494b9b17d408032c7.tar.gz | |
oops. how did _that_ happen?
Diffstat (limited to 'dist.py')
| -rw-r--r-- | dist.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ class Distribution: 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) |
