Newer
Older
see http://peak.telecommunity.com/DevCenter/setuptools
note: if you want to develop this code and run from code on the command line,
please run the following line when you update to a new version of the code.
(cd dist; rsync -Cuav * webaccess.ssec.wisc.edu:/webdata/web/larch/htdocs/eggs/repos/uwglance)
easy_install -U -vi http://larch.ssec.wisc.edu/eggs/repos uwglance
"""
# changed to support egg distribution
from setuptools import setup, find_packages
(no author)
committed
zip_safe = False,
entry_points = { 'console_scripts': [ 'glance = glance.compare:main' ] },
install_requires=[ 'numpy', 'matplotlib', 'cartopy', 'scipy', 'mako', 'pillow', ],
(no author)
committed
package_data = {'': ['*.txt', '*.gif']}