Commit 1c05e6a7 authored by Randy Syring's avatar Randy Syring

remove unneeded code from last commit

parent 4e5c7d06
......@@ -166,8 +166,7 @@ class sdist(orig.sdist):
for pattern in optional:
files = list(filter(cs_path_exists, glob(pattern)))
if files:
actual_fnames = map(os.path.normcase, files)
self.filelist.extend(actual_fnames)
self.filelist.extend(files)
# getting python files
if self.distribution.has_pure_modules():
......
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