/usr/lib/python2.7/dist-packages/pex/version.py is in python-pex 1.1.14-2ubuntu2.
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 6 7 | # Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).
__version__ = '1.1.14'
SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2'
WHEEL_REQUIREMENT = 'wheel>=0.24.0'
|