diff --git a/programming/language/python3/python3-argparse/actions.py b/programming/language/python3/python3-argparse/actions.py index f4b0a7e8e8..8c364969fb 100644 --- a/programming/language/python3/python3-argparse/actions.py +++ b/programming/language/python3/python3-argparse/actions.py @@ -13,4 +13,4 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dodoc("LICENSE", "CHANGES", "PKG-INFO", "README") \ No newline at end of file + pisitools.dodoc("LICENSE*", "MANIFEST*", "PKG-INFO", "NEWS*", "README*") \ No newline at end of file