o
    a¡ei™  ã                   @   s(   d dl Z d dlmZ G dd„ deƒZdS )é    N)Úegg_infoc                   @   s   e Zd Zdd„ ZdS )r   c                 C   sL   dt jv rdd l}dd l}| d¡}|j|tdd |  d¡ t 	| ¡ d S )NÚsdistr   ah  
                `build_src` is being run, this may lead to missing
                files in your sdist!  You want to use distutils.sdist
                instead of the setuptools version:

                    from distutils.command.sdist import sdist
                    cmdclass={'sdist': sdist}"

                See numpy's setup.py or gh-7131 for details.é   )Ú
stacklevelÚ	build_src)
ÚsysÚargvÚwarningsÚtextwrapÚdedentÚwarnÚUserWarningÚrun_commandÚ	_egg_infoÚrun)Úselfr	   r
   Úmsg© r   ú[/var/www/html/RAG/RAG_venv/lib/python3.10/site-packages/numpy/distutils/command/egg_info.pyr      s   

	
zegg_info.runN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r      s    r   )r   Úsetuptools.command.egg_infor   r   r   r   r   r   Ú<module>   s    