/usr/share/matplotlib/sampledata/setup.py is in python-matplotlib-data 1.1.1~rc1+git20120423-0ubuntu1.
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 | from distutils.core import setup
setup(name='mpl_sampledata',
version='1.0.1',
description='matplotlib sample data',
author='John Hunter',
author_email='jdh2358@gmail.com',
url='http://matplotlib.sf.net',
)
|