Menu

[r8871]: / trunk / sample_data / setup.py  Maximize  Restore  History

Download this file

10 lines (8 with data), 281 Bytes

1
2
3
4
5
6
7
8
9
from distutils.core import setup
setup(name='mpl_sampledata',
version='1.0.1rc',
description='matplotlib sample data',
author='John Hunter',
author_email='jdh2358@gmail.com',
url='http://matplotlib.sf.net',
)