From 969b68ec2bff53e342a8e9f3d52166803125fdf0 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 27 Sep 2016 19:34:24 +0100 Subject: [PATCH] [setup.py] fix url so PyPI shows the new project homepage --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e691197da..3fe0978c5 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( author_email="just@letterror.com", maintainer="Behdad Esfahbod", maintainer_email="behdad@behdad.org", - url="http://github.com/behdad/fonttools", + url="http://github.com/fonttools/fonttools", license="OpenSource, BSD-style", platforms=["Any"], long_description=long_description,