diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2015-06-20 11:59:35 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2015-06-20 11:59:35 +0200 |
commit | d1acc14ee386ef49aafc68bc95f8a801ab66c8b7 (patch) | |
tree | 1fab9547a6ee93aeded8fe1d26c3af0d9e9bb4a2 /setup.py | |
parent | 6ed5806ad75d3f4f34936bd9a27a80625ab308da (diff) | |
parent | 2faf7aff9f3e8931ecbe3c0ccab0e89f42637eb9 (diff) | |
download | cython-d1acc14ee386ef49aafc68bc95f8a801ab66c8b7.tar.gz |
Merge branch '0.22.x'
Conflicts:
setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.", |