summaryrefslogtreecommitdiff
path: root/numpy/f2py/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: fix f2py pep338 execution methodJulian Taylor2018-12-171-1/+1
* ENH: Use entry_points to install the f2py scripts.Charles Harris2018-08-231-23/+2
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+2
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-8/+10
* ENH: make f2py an executable moduleJulian Taylor2015-03-081-0/+23