Omit the resource data files from Python packaging config. . Created to avoid Python's Distutils insistence on install of arch-independent ‘package_data’ files in ‘/usr/lib/…’. This is a violation of FHS, and these files should instead go to ‘/usr/share/…’.
Rename public programs to be clear what they're for. . The upstream choice of ‘coverage’ is too broad a command name for a Python-specific programmer tool. . Created to work with “entry points” feature of Python's Distutils.