This file is indexed.

/usr/lib/python2.7/dist-packages/pilkit/pkgmeta.py is in python-pilkit 2.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
__title__ = 'pilkit'
__author__ = 'Matthew Tretter'
__version__ = '2.0'
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']