diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-28 13:42:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-28 13:42:42 -0400 |
| commit | 1e368654db5d501baffe21d32cc2594ac78ce36c (patch) | |
| tree | 833aa5f816a2efc6be19ede6d4f745d0fb931b53 /setuptools/command | |
| parent | 2e12ebafbfad2bb0e565f141e412a050babcdd35 (diff) | |
| parent | e12256c4d32ebf59791d56576ec328131f58357a (diff) | |
| download | python-setuptools-git-1e368654db5d501baffe21d32cc2594ac78ce36c.tar.gz | |
Merge pull request #830 from tweksteen/include_data_files
Remove _add_defaults_data_files override
Diffstat (limited to 'setuptools/command')
| -rwxr-xr-x | setuptools/command/sdist.py | 5 |
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): |
