Revision: 3427
Author:
yar...@gmail.com
Date: Tue Mar 10 22:41:49 2015 UTC
Log: Change Python module URL to point to
cantera.org
https://code.google.com/p/cantera/source/detail?r=3427
Modified:
/cantera/trunk/interfaces/cython/
setup.py.in
/cantera/trunk/interfaces/python_minimal/
setup.py.in
=======================================
--- /cantera/trunk/interfaces/cython/
setup.py.in Fri Jan 31 23:15:17 2014
UTC
+++ /cantera/trunk/interfaces/cython/
setup.py.in Tue Mar 10 22:41:49 2015
UTC
@@ -38,7 +38,7 @@
""",
author="Raymond Speth",
author_email="
sp...@mit.edu",
- url="
http://code.google.com/p/cantera",
+ url="
http://www.cantera.org",
packages = ['cantera',
'cantera.data',
'cantera.test',
=======================================
--- /cantera/trunk/interfaces/python_minimal/
setup.py.in Mon Dec 9
01:35:08 2013 UTC
+++ /cantera/trunk/interfaces/python_minimal/
setup.py.in Tue Mar 10
22:41:49 2015 UTC
@@ -6,7 +6,7 @@
long_description="",
author="Raymond Speth",
author_email="
sp...@mit.edu",
- url="
http://code.google.com/p/cantera",
+ url="
http://www.cantera.org",
packages = ['cantera'],
scripts=[@py_ctml_writer@,
@py_ck2cti@])