awips2/pythonPackages/scipy/setupegg.py
AWIPS User fee97d57cc updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint.
Former-commit-id: fa5e33604b6a832bb5b5d4d082a26d8d68e690ad [formerly 2982d68160]
Former-commit-id: 829afc3e85
2015-08-02 10:31:57 -06:00

7 lines
187 B
Python
Executable file

#!/usr/bin/env python
"""
A setup.py script to use setuptools, which gives egg goodness, etc.
"""
from setuptools import setup
exec(compile(open('setup.py').read(), 'setup.py', 'exec'))