from distutils.core import setup

setup(
    name='SkewT',
    version='1.2.0',
    author='Timothy Lang',
    author_email='timothy.j.lang@nasa.gov',
    packages=['', 'skewt'],
    scripts=[],
    license='LICENSE.txt',
    description='Plots & analyses atmospheric profile data from UWyo database',
    long_description=open('README.rst').read(),
)
