commit | 6a901dd1bd1d2cfdd744bf7524ccb9b890b28d06 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sat May 13 03:09:50 2000 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sat May 13 03:09:50 2000 +0000 |
tree | 8734af57678d71538cc75d4a31f2fc6183fb804f | |
parent | c59d4e07777ddb98013bc21256534bc4898be988 [diff] [blame] |
List data files are listed in the Distribution attribute 'data_files', rather than 'data'.
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py index 998cff7..24c8d2b 100644 --- a/Lib/distutils/dist.py +++ b/Lib/distutils/dist.py
@@ -155,7 +155,7 @@ self.include_dirs = None self.extra_path = None self.scripts = None - self.data = None + self.data_files = None # And now initialize bookkeeping stuff that can't be supplied by # the caller at all. 'command_obj' maps command names to