aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-28 13:42:42 -0400
committerGitHub <noreply@github.com>2016-10-28 13:42:42 -0400
commit1e368654db5d501baffe21d32cc2594ac78ce36c (patch)
tree833aa5f816a2efc6be19ede6d4f745d0fb931b53
parent2e12ebafbfad2bb0e565f141e412a050babcdd35 (diff)
parente12256c4d32ebf59791d56576ec328131f58357a (diff)
downloadexternal_python_setuptools-1e368654db5d501baffe21d32cc2594ac78ce36c.tar.gz
external_python_setuptools-1e368654db5d501baffe21d32cc2594ac78ce36c.tar.bz2
external_python_setuptools-1e368654db5d501baffe21d32cc2594ac78ce36c.zip
Merge pull request #830 from tweksteen/include_data_files
Remove _add_defaults_data_files override
-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):