metadata_dictionary/python: Fix PKG-INFO file detection
SingleFileIntrinsicMapping.detect_metadata_files compares lowercase versions of filenames with SingleFileIntrinsicMapping.filename variable value to detect metadata files.
So turn previous PythonPkginfoMapping.filename value (b"PKG-INFO") to lowercase in order for Python intrinsic metadata files to be successfully indexed.