mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
List data files are listed in the Distribution attribute 'data_files',
rather than 'data'.
This commit is contained in:
parent
c59d4e0777
commit
6a901dd1bd
2 changed files with 3 additions and 3 deletions
|
|
@ -155,7 +155,7 @@ class Distribution:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue