Repository: climate Updated Branches: refs/heads/master c4ac115f5 -> 3e79a06c5
Fix properties in setup.py since CLIMATE is a TLP Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/300354b4 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/300354b4 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/300354b4 Branch: refs/heads/master Commit: 300354b4e8a751017b372e38dc5b4cfce21f8d9c Parents: 0742e68 Author: Cameron Goodale <[email protected]> Authored: Thu Apr 24 18:40:59 2014 -0700 Committer: Cameron Goodale <[email protected]> Committed: Thu Apr 24 18:40:59 2014 -0700 ---------------------------------------------------------------------- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/300354b4/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 5855722..edceca9 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ from distutils.core import setup setup( name='Apache Open Climate Workbench', - version='0.4-incubating', - url='http://climate.incubator.apache.org/index.html', + version='0.4', + url='http://climate.apache.org/index.html', author='Apache Open Climate Workbench', - author_email='[email protected]', + author_email='[email protected]', packages=['ocw', 'ocw.data_source', 'ocw.tests'], license='Apache License, Version 2.0', long_description='The Apache Open Climate Workbench provides tools for the evaluation and analysis of climate models.'
