B
    <LS\                 @   s8   d Z ddlmZmZm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.

    )divisionabsolute_importprint_function)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inplaceZbuild_scripts)Zreinitialize_commandZrun_commandold_developinstall_for_development)self r
   >lib/python3.7/site-packages/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
__future__r   r   r   Zsetuptools.command.developr   r   r
   r
   r
   r   <module>   s   