Change Python module URL to point to cantera.org

This commit is contained in:
Ray Speth 2015-03-10 22:41:49 +00:00
parent d5aba63018
commit 57856254f7
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ setup(name="Cantera",
""",
author="Raymond Speth",
author_email="speth@mit.edu",
url="http://code.google.com/p/cantera",
url="http://www.cantera.org",
packages = ['cantera',
'cantera.data',
'cantera.test',

View file

@ -6,7 +6,7 @@ setup(name="Cantera (minimal)",
long_description="",
author="Raymond Speth",
author_email="speth@mit.edu",
url="http://code.google.com/p/cantera",
url="http://www.cantera.org",
packages = ['cantera'],
scripts=[@py_ctml_writer@,
@py_ck2cti@])