From 5be2f45eaffff8a817b068a86f1b1c8f16b2346b Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Thu, 18 Jun 2015 09:32:16 +0200 Subject: [PATCH] Fix: wrong homepage url https://github.com/wnyc/py-zopfli/issues/4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da3e500..068f082 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ ], scripts = [ ], - url = "https://github.com/wnyc/pyzopfli", + url = "https://github.com/wnyc/py-zopfli", install_requires = [ ] )