diff options
Diffstat (limited to 'numpy/f2py/setup.py')
-rw-r--r-- | numpy/f2py/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/setup.py b/numpy/f2py/setup.py index 3204129ec..73cb3b8bf 100644 --- a/numpy/f2py/setup.py +++ b/numpy/f2py/setup.py @@ -99,7 +99,7 @@ if __name__ == "__main__": 'Topic :: Software Development :: Code Generators', ] setup(version=version, - description="F2PY - Fortran to Python Interface Generaton", + description="F2PY - Fortran to Python Interface Generator", author="Pearu Peterson", author_email="pearu@cens.ioc.ee", maintainer="Pearu Peterson", |