Fix url & license in the setup file
This commit is contained in:
4
setup.py
4
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="""
|
||||
|
Reference in New Issue
Block a user