B
    n\	                 @   s   d Z ddlmZmZ ddlmZ ddlmZ ddlm	Z	 d$dd	Z
ed
kre
ddZe Zded< dddddddddddged< ef e	ddddddddd d!d"gd#e dS )%a  
setup.py for installing F2PY

Usage:
   python setup.py install

Copyright 2001-2005 Pearu Peterson all rights reserved,
Pearu Peterson <pearu@cens.ioc.ee>
Permission to use, modify, and distribute this software is given under the
terms of the NumPy License.

NO WARRANTY IS EXPRESSED OR IMPLIED.  USE AT YOUR OWN RISK.
$Revision: 1.32 $
$Date: 2005/01/30 17:22:14 $
Pearu Peterson

    )divisionprint_function)setup)Configuration)version Nc             C   s&   t d| |}|d |dd |S )Nf2pyZtestszsrc/fortranobject.czsrc/fortranobject.h)r   Zadd_data_dirZadd_data_files)parent_packagetop_pathconfig r   /lib/python3.7/site-packages/numpy/f2py/setup.pyconfiguration   s    
r   __main__)r
   z;http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-2-latest.tar.gzZdownload_urlz+Development Status :: 5 - Production/StablezIntended Audience :: Developersz%Intended Audience :: Science/Researchz(License :: OSI Approved :: NumPy LicensezNatural Language :: Englishz"Operating System :: OS IndependentzProgramming Language :: CzProgramming Language :: FortranzProgramming Language :: PythonzTopic :: Scientific/Engineeringz0Topic :: Software Development :: Code GeneratorsZclassifiersz,F2PY - Fortran to Python Interface GeneratorzPearu Petersonzpearu@cens.ioc.eeZBSDz%Unix, Windows (mingw|cygwin), Mac OSXaM  The Fortran to Python Interface Generator, or F2PY for short, is a
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.z#http://cens.ioc.ee/projects/f2py2e/ZFortranr   )r   ZdescriptionZauthorZauthor_emailZ
maintainerZmaintainer_emaillicenseZ	platformsZlong_descriptionZurlkeywords)r   N)__doc__Z
__future__r   r   Znumpy.distutils.corer   Znumpy.distutils.misc_utilr   __version__r   r   __name__r   Ztodictr   r   r   r   <module>   s@   
	


