Fix url metadata

This commit is contained in:
Rick Copeland
2010-09-28 17:52:21 -04:00
parent 6cacf43415
commit a9ab369826

View File

@@ -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,