summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-10-12 16:57:44 -0600
committerGitHub <noreply@github.com>2021-10-12 16:57:44 -0600
commit8a15d8a16b79704dea904af2963a3eef7eb2621a (patch)
treec04c5b7a58ff61a639d5076d1bbeb827c110f136
parent8c9cf7954b6afe3bf94ff0971398cc23817d38ef (diff)
parentd3b35c5f5d7a777836d93d6035d039eb7b3c5566 (diff)
downloadnumpy-8a15d8a16b79704dea904af2963a3eef7eb2621a.tar.gz
Merge pull request #20104 from ShrirajHegde/main
MAINT: Update F2PY documentation URL
-rw-r--r--numpy/f2py/setup.py3
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)