
&]\c           @` sw   d  d l  m Z m Z m Z d  d l m Z d d d  Z e d k rs d  d l	 m
 Z
 e
 e d d  j     n  d S(	   i    (   t   divisiont   print_functiont   absolute_import(   t   joint    c      
   C` s   d d l  m } | d |  |  } | j d  t d d  g } | j d d | | j d d d g d	 d
 g d d g d | | j d d d g | j d d d d g | S(   Ni    (   t   Configurationt   statst   testst   statlibs   *.ft   sourcess   statlib.pyft   f2py_optionss   --no-wrap-functionst	   librariest   dependst   _statss   _stats.ct   mvns   mvn.pyfs   mvndst.f(   t   numpy.distutils.misc_utilR   t   add_data_dirR   t   add_libraryt   add_extension(   t   parent_packaget   top_pathR   t   configt   statlib_src(    (    s0   lib/python2.7/site-packages/scipy/stats/setup.pyt   configuration   s    			
t   __main__(   t   setupR   N(   t
   __future__R    R   R   t   os.pathR   t   NoneR   t   __name__t   numpy.distutils.coreR   t   todict(    (    (    s0   lib/python2.7/site-packages/scipy/stats/setup.pyt   <module>   s
   