
    Bi?                     2    d Z ddlmZ  G 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                   "    e Zd Zej        Zd ZdS )r   c                     |                      dd           |                     d           t          j        |            d S )N	build_src   )inplacebuild_scripts)reinitialize_commandrun_commandold_developinstall_for_development)selfs    w/var/www/development/aibuddy-work/election-extract/venv/lib/python3.11/site-packages/numpy/distutils/command/develop.pyr   zdevelop.install_for_development
   sF    !!+q!999)))+D11111    N)__name__
__module____qualname__r   __doc__r    r   r   r   r      s+        !G2 2 2 2 2r   r   N)r   setuptools.command.developr   r   r   r   r   <module>r      sW    
 > = = = = =2 2 2 2 2k 2 2 2 2 2r   