From f26c5fc16d445a48d408d1ecad5745966f4354f3 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 24 Jul 2012 17:44:21 -0400 Subject: [PATCH] Change URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3aad6f65..9186d18e7 100644 --- a/setup.py +++ b/setup.py @@ -452,7 +452,7 @@ setup( _read('docs/HISTORY.txt')).decode('utf-8'), author='Alex Clark (fork author)', author_email='aclark@aclark.net', - url='http://github.com/collective/Pillow', + url='http://github.com/python-imaging/Pillow', use_2to3=True, classifiers=[ "Development Status :: 6 - Mature",