Commit e12256c4 authored by Thiebaud Weksteen's avatar Thiebaud Weksteen

Remove _add_defaults_data_files override

parent d382def1
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment