Change Python module URL to point to cantera.org
This commit is contained in:
parent
d5aba63018
commit
57856254f7
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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@])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue