浏览代码

Changed __homepage__ to http://celeryproject.org

Ask Solem 14 年之前
父节点
当前提交
58f1a474db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/__init__.py

+ 1 - 1
celery/__init__.py

@@ -6,7 +6,7 @@ VERSION = (2, 2, 0, "a1")
 __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
 __author__ = "Ask Solem"
 __contact__ = "ask@celeryproject.org"
-__homepage__ = "http://github.com/ask/celery/"
+__homepage__ = "http://celeryproject.org"
 __docformat__ = "restructuredtext"