Changing urls and version numbers.

This commit is contained in:
Harry Moffat 2009-04-04 04:02:16 +00:00
parent 0d32e517bd
commit 047a8be0f1
2 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ if buildPython >= 2:
""",
author="Prof. D. G. Goodwin, Caltech",
author_email="dgoodwin@caltech.edu",
url="http://www.cantera.org",
url="http://code.google.com/p/cantera",
package_dir = {'MixMaster':'../../apps/MixMaster'},
packages = ["","Cantera","Cantera.OneD",
"MixMaster","MixMaster.Units"],

View file

@ -3,13 +3,13 @@ from distutils.core import setup, Extension
libdir = ['../../build/lib/i686-pc-win32']
setup(name="Cantera",
version="1.7.0",
version="1.8.0",
description="The Cantera Python Interface",
long_description="""
""",
author="Prof. D. G. Goodwin, Caltech",
author_email="dgoodwin@caltech.edu",
url="http://www.cantera.org",
url="http://code.google.com/p/cantera",
package_dir = {'MixMaster':'../../apps/MixMaster'},
py_modules = ["ctml_writer"],
packages = ["Cantera","Cantera.OneD",