testdata2 -> temp vs month
[PyX/mjg.git] / setup.py
blob59532f81578e7afb64616d414046beac321b9f27
1 #!/usr/bin/env python
3 from distutils.core import setup
5 setup(name="Pyx",
6 version="0.1",
7 description="Python package for the generation of mixed PS and (La)TeX code",
8 packages=['pyx'],