We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9cf79 commit d3b35c5Copy full SHA for d3b35c5
numpy/f2py/setup.py
@@ -66,7 +66,6 @@ def configuration(parent_package='', top_path=None):
66
wrapping Fortran 77/90/95 subroutines, accessing common blocks from
67
Python, and calling Python functions from Fortran (call-backs).
68
Interfacing subroutines/data from Fortran 90/95 modules is supported.""",
69
- url="https://web.archive.org/web/20140822061353/"\
70
- "http://cens.ioc.ee/projects/f2py2e/",
+ url="https://numpy.org/doc/stable/f2py/",
71
keywords=['Fortran', 'f2py'],
72
**config)
0 commit comments