Changing urls and version numbers.
This commit is contained in:
parent
0d32e517bd
commit
047a8be0f1
2 changed files with 3 additions and 3 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue