cantera/interfaces/python_minimal/setup.py.in
2013-12-09 01:35:08 +00:00

12 lines
390 B
Python

from distutils.core import setup
setup(name="Cantera (minimal)",
version="@cantera_version@",
description="The Minimal Cantera Python Interface",
long_description="",
author="Raymond Speth",
author_email="speth@mit.edu",
url="http://code.google.com/p/cantera",
packages = ['cantera'],
scripts=[@py_ctml_writer@,
@py_ck2cti@])