/usr/lib/python3/dist-packages/urwidtrees/version.py is in python3-urwidtrees 1.0.1.1-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 6 7 8 | __productname__ = 'urwidtrees'
__version__ = '1.0.1.1'
__copyright__ = "Copyright (C) 2015 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"
__description__ = "Tree widgets for urwid"
__url__ = "https://github.com/pazz/urwidtrees"
__license__ = "Licensed under the GNU GPL v3+."
|