diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-10-12 16:57:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 16:57:44 -0600 |
commit | 8a15d8a16b79704dea904af2963a3eef7eb2621a (patch) | |
tree | c04c5b7a58ff61a639d5076d1bbeb827c110f136 | |
parent | 8c9cf7954b6afe3bf94ff0971398cc23817d38ef (diff) | |
parent | d3b35c5f5d7a777836d93d6035d039eb7b3c5566 (diff) | |
download | numpy-8a15d8a16b79704dea904af2963a3eef7eb2621a.tar.gz |
Merge pull request #20104 from ShrirajHegde/main
MAINT: Update F2PY documentation URL
-rw-r--r-- | numpy/f2py/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/f2py/setup.py b/numpy/f2py/setup.py index daefc02ed..499609f96 100644 --- a/numpy/f2py/setup.py +++ b/numpy/f2py/setup.py @@ -66,7 +66,6 @@ command line tool (f2py) for generating Python C/API modules for wrapping Fortran 77/90/95 subroutines, accessing common blocks from Python, and calling Python functions from Fortran (call-backs). Interfacing subroutines/data from Fortran 90/95 modules is supported.""", - url="https://web.archive.org/web/20140822061353/"\ - "http://cens.ioc.ee/projects/f2py2e/", + url="https://numpy.org/doc/stable/f2py/", keywords=['Fortran', 'f2py'], **config) |