From 4ae92aa57324849dd05997825c29242d2d654099 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 19 Nov 2014 16:59:34 +0100 Subject: Added build-the-docs badge and updated url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 166047d9..33f59c01 100755 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ setup( description="Python Git Library", author="Sebastian Thiel, Michael Trier", author_email="byronimo@gmail.com, mtrier@gmail.com", - url="http://gitorious.org/projects/git-python/", + url="https://github.com/gitpython-developers/GitPython", packages=find_packages('.'), py_modules=['git.' + f[:-3] for f in os.listdir('./git') if f.endswith('.py')], package_data={'git.test': ['fixtures/*']}, -- cgit v1.2.1