From 70bdb12cb1306d2416f4c58ad15edb2bca753165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Iba=C3=B1ez?= Date: Thu, 10 Feb 2011 11:40:20 +0100 Subject: [PATCH] Fix url & license in the setup file --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0f4c121..f49161e 100644 --- a/setup.py +++ b/setup.py @@ -70,8 +70,8 @@ setup(name='pygit2', description='Python bindings for libgit2.', keywords='git', version='0.1', - url='http://github.com/dborowitz/pygit2', - license='Apache 2.0', + url='http://github.com/libgit2/pygit2', + license='GPLv2', author='David Borowitz', author_email='dborowitz@google.com', long_description="""