From a9ab3698266322e91e6a4256caa1d0d384db8a12 Mon Sep 17 00:00:00 2001 From: Rick Copeland Date: Tue, 28 Sep 2010 17:52:21 -0400 Subject: [PATCH] Fix url metadata --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 690380a..b1fa858 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( keywords = '', author = 'Jonathan LaCour', author_email = 'jonathan@cleverdevil.org', - url = 'http://code.google.com/p/pecan', + url = 'http://sf.net/p/pecan', license = 'BSD', packages = find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data = True,