U
    O8Úc™  ã                   @   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kr4d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.é   )Ú
stacklevelZ	build_src)
ÚsysÚargvÚwarningsÚtextwrapÚdedentÚwarnÚUserWarningÚrun_commandÚ	_egg_infoÚrun)Úselfr   r	   Úmsg© r   úD/tmp/pip-unpacked-wheel-fd_gsd75/numpy/distutils/command/egg_info.pyr      s    

	
zegg_info.runN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r      s   r   )r   Zsetuptools.command.egg_infor   r   r   r   r   r   Ú<module>   s   