From 373e5ea0db196961c898f7af153d7fdd43258c53 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Sat, 18 Apr 2009 23:03:31 +0200 Subject: [PATCH] Fixed __doc__ for github2 --- github2/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/github2/__init__.py b/github2/__init__.py index a3fdd46..21e5ac5 100644 --- a/github2/__init__.py +++ b/github2/__init__.py @@ -1,4 +1,5 @@ VERSION = (0, 1, 0) +__doc__ = "Github API v2 library for Python" __author__ = "Ask Solem" __contact__ = "askh@opera.com" __homepage__ = "http://github.com/ask/pygithub-issues"