Also ignore "ChangeLog" in manifests

This commit is contained in:
Behdad Esfahbod 2012-01-22 16:26:49 -05:00
parent 3c9a39ecd6
commit 71be4ca3dd
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class Manifest:
for dirpath, dirnames, filenames in os.walk (s, followlinks=True):
for f in ["MANIFEST", "README", "LICENSE", "COPYING", "AUTHORS", "SOURCES"]:
for f in ["MANIFEST", "README", "LICENSE", "COPYING", "AUTHORS", "SOURCES", "ChangeLog"]:
if f in dirnames:
dirnames.remove (f)
if f in filenames: