python312Packages.macfsevents: do not include unnecessary files
`data_files` installs into Python's installation prefix (not into the directory of the python module), potentially causing collisions if other packages do the same (with such general files).