ó
ĐEe]c           @  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 re d	 d  Z e j   Z d
 e d <d d d d d d d d d d d g e d <e d e	 d d d d d d d d d  d d! d" d# d$ d% d& d' d( d) d* d+ g e  n  d, S(-   s  
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

i˙˙˙˙(   t   divisiont   print_function(   t   setup(   t   Configuration(   t   versiont    c         C  s3   t  d |  |  } | j d  | j d d  | S(   Nt   f2pyt   testss   src/fortranobject.cs   src/fortranobject.h(   R   t   add_data_dirt   add_data_files(   t   parent_packaget   top_patht   config(    (    s/   lib/python2.7/site-packages/numpy/f2py/setup.pyt   configuration   s    t   __main__R   s;   http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-2-latest.tar.gzt   download_urls+   Development Status :: 5 - Production/Stables   Intended Audience :: Developerss%   Intended Audience :: Science/Researchs(   License :: OSI Approved :: NumPy Licenses   Natural Language :: Englishs"   Operating System :: OS Independents   Programming Language :: Cs   Programming Language :: Fortrans   Programming Language :: Pythons   Topic :: Scientific/Engineerings0   Topic :: Software Development :: Code Generatorst   classifiersR   t   descriptions,   F2PY - Fortran to Python Interface Generatort   authors   Pearu Petersont   author_emails   pearu@cens.ioc.eet
   maintainert   maintainer_emailt   licenset   BSDt	   platformss%   Unix, Windows (mingw|cygwin), Mac OSXt   long_descriptionsM  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.t   urls#   http://cens.ioc.ee/projects/f2py2e/t   keywordst   FortranR   N(   t   __doc__t
   __future__R    R   t   numpy.distutils.coreR   t   numpy.distutils.misc_utilR   t   __version__R   t   NoneR   t   __name__R   t   todict(    (    (    s/   lib/python2.7/site-packages/numpy/f2py/setup.pyt   <module>   s@   	
	