summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-06-20 11:59:35 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-06-20 11:59:35 +0200
commitd1acc14ee386ef49aafc68bc95f8a801ab66c8b7 (patch)
tree1fab9547a6ee93aeded8fe1d26c3af0d9e9bb4a2 /setup.py
parent6ed5806ad75d3f4f34936bd9a27a80625ab308da (diff)
parent2faf7aff9f3e8931ecbe3c0ccab0e89f42637eb9 (diff)
downloadcython-d1acc14ee386ef49aafc68bc95f8a801ab66c8b7.tar.gz
Merge branch '0.22.x'
Conflicts: setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b5698f6a7..230ed9858 100755
--- a/setup.py
+++ b/setup.py
@@ -316,7 +316,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.",