Also ignore "ChangeLog" in manifests
This commit is contained in:
parent
3c9a39ecd6
commit
71be4ca3dd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue