File: //lib/python3/dist-packages/numpy/distutils/command/__pycache__/egg_info.cpython-310.pyc
o
6��a� � @ s( d dl Z d dlmZ G dd� de�ZdS )� N)�egg_infoc @ s e Zd Zdd� ZdS )r c C sL dt jv rdd l}dd l}|�d�}|j|tdd� | �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 �B/usr/lib/python3/dist-packages/numpy/distutils/command/egg_info.pyr s
zegg_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