B
    c?                 @   s$   d Z ddlmZ G dd deZdS )z Override the develop command from setuptools so we can ensure that our
generated files (from build_src or build_scripts) are properly converted to real
files with filenames.

    )developc               @   s   e Zd ZejZdd ZdS )r   c             C   s&   | j ddd | d t|  d S )NZ	build_src   )Zinplacebuild_scripts)reinitialize_commandrun_commandold_developinstall_for_development)self r
   B/tmp/pip-install-v41xt_bg/numpy/numpy/distutils/command/develop.pyr   
   s    
zdevelop.install_for_developmentN)__name__
__module____qualname__r   __doc__r   r
   r
   r
   r   r      s   r   N)r   Zsetuptools.command.developr   r   r
   r
   r
   r   <module>   s   