aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/sdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/sdist.py')
-rwxr-xr-xsetuptools/command/sdist.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index 9975753d..d4ac9efa 100755
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -141,11 +141,6 @@ class sdist(sdist_add_defaults, orig.sdist):
self.filelist.extend([os.path.join(src_dir, filename)
for filename in filenames])
- def _add_defaults_data_files(self):
- """
- Don't add any data files, but why?
- """
-
def check_readme(self):
for f in self.READMES:
if os.path.exists(f):