Skip to content

Commit b8ad7d2

Browse files
committed
Remove data_files avoidance code.
1 parent 2d38be3 commit b8ad7d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setuptools/command/build_py.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ def get_data_files_without_manifest(self):
7272
Generate list of ``(package,src_dir,build_dir,filenames)`` tuples,
7373
but without triggering any attempt to analyze or build the manifest.
7474
"""
75-
# Avoid triggering dynamic behavior in __getattr__
76-
if 'data_files' in self.__dict__:
77-
return self.data_files
7875
# Prevent eventual errors from unset `manifest_files`
7976
# (that would otherwise be set by `analyze_manifest`)
8077
self.__dict__.setdefault('manifest_files', {})

0 commit comments

Comments
 (0)