From 2faf7aff9f3e8931ecbe3c0ccab0e89f42637eb9 Mon Sep 17 00:00:00 2001
From: Stefan Behnel <stefan_ml@behnel.de>
Date: Sat, 20 Jun 2015 11:57:10 +0200
Subject: [PATCH] fix homepage URL

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c9e6f1a1c..97fc8ffae 100755
--- a/setup.py
+++ b/setup.py
@@ -315,7 +315,7 @@ if include_debugger:
 setup(
   name = 'Cython',
   version = version,
-  url = 'http://www.cython.org',
+  url = 'http://cython.org/',
   author = 'Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.',
   author_email = 'cython-devel@python.org',
   description = "The Cython compiler for writing C extensions for the Python language.",
-- 
2.30.9