/usr/lib/python2.7/dist-packages/astropy/version.py is in python-astropy 2.0.4-4.
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 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Autogenerated by Astropy's setup.py on 2018-02-28 14:28:44
from __future__ import unicode_literals
import datetime
version = "2.0.4"
githash = ""
major = 2
minor = 0
bugfix = 4
release = True
timestamp = datetime.datetime(2018, 2, 28, 14, 28, 44)
debug = False
try:
from ._compiler import compiler
except ImportError:
compiler = "unknown"
try:
from .cython_version import cython_version
except ImportError:
cython_version = "unknown"
|