import sys
from distutils.core import setup

setup(name='gastablesgui',
      version='0.3',
      description="GUI for python Gas Tables modules for compressible gas flow calculations.",
      author="Varun Hiremath, Venkattraman A",
      author_email="varunhiremath@gmail.com",
      url="http://code.google.com/p/python-gastables/",
      license='GPL',
      platforms=['Any'],
      packages = ['gastablesgui'],
      scripts = ['gastables'])
