summaryrefslogtreecommitdiff
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, 5 insertions, 0 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index d4ac9efa..9975753d 100755
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -141,6 +141,11 @@ 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):