diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-01-05 12:32:07 -0800 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2019-01-11 13:26:03 -0800 |
commit | 331d9d824ee5f0c539310332215ebd6ed3257325 (patch) | |
tree | 518f1e95d89479fa5369542970b3975b482e57c8 /setup.py | |
parent | 8ab830305af1de0257512c14ccebc2cf94e70634 (diff) | |
download | cython-331d9d824ee5f0c539310332215ebd6ed3257325.tar.gz |
Update URLs to https:// in docs and comments
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -228,7 +228,7 @@ packages = [ setup( name='Cython', version=version, - url='http://cython.org/', + url='https://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.", @@ -253,7 +253,7 @@ setup( pip install Cython --install-option="--no-cython-compile" - .. _Pyrex: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ + .. _Pyrex: https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ """), license='Apache', classifiers=[ |