Commit 924d4355 authored by Stefan H. Holek's avatar Stefan H. Holek

Don't warn about a missing MANIFEST.in.

--HG--
branch : distribute
extra : rebase_source : 219c8a4e10da4a319a736c728d162528220d36e1
parent 1705c621
......@@ -284,7 +284,7 @@ class FileList(_FileList):
try:
if os.path.exists(path):
self.files.append(path)
else:
elif path != manifest_maker.template:
log.warn("%r not found -- skipping", path)
except UnicodeEncodeError:
log.warn("%r not %s encodable -- skipping", path,
......
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