File: setup.py

package info (click to toggle)
gastables 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 348 kB
  • ctags: 337
  • sloc: python: 1,698; makefile: 36
file content (12 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
import sys
from distutils.core import setup

setup(name='gastables',
      version='0.1',
      description="GasTables include Python 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 = ['gastables'])