From 343fa6a93875ab19ee4417276eef86723bab0f34 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Mon, 19 Apr 2010 11:23:56 +0200 Subject: [PATCH] Changed package name to github2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82d06a1..bd0fd9b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: import github2 setup( - name='python-github2', + name='github2', version=github2.__version__, description=github2.__doc__, author=github2.__author__,