Fixed __doc__ for github2

This commit is contained in:
Ask Solem
2009-04-18 23:03:31 +02:00
committed by Ask Solem
parent 6abfca216e
commit 373e5ea0db
+1
View File
@@ -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"