o
    "g                     @   sT   d dl Z d dlmZ d dlZddlmZ ddlmZ d
ddZe	d	kr(e  dS dS )    N)Path   )__version__)get_includereturnc                  C   s   t  } | jddtdd | jdddd | jd	dd
d |  }tjdd  s,|   |jr6t	dt
   |jrLtt
 d d d }t	|  d S d S )Nz	--versionversionzPrint the version and exit.)actionr   helpz--cflags
store_truez1Compile flag needed when using the NumPy headers.)r   r	   z--pkgconfigdirzbPrint the pkgconfig directory in which `numpy.pc` is stored (useful for setting $PKG_CONFIG_PATH).r   z-Iz..lib	pkgconfig)argparseArgumentParseradd_argumentr   
parse_argssysargv
print_helpcflagsprintr   pkgconfigdirr   resolve)parserargs_path r   S/var/www/html/ecg_monitoring/venv/lib/python3.10/site-packages/numpy/_configtool.pymain	   s4   r   __main__)r   N)
r   pathlibr   r   r   r   lib._utils_implr   r   __name__r   r   r   r   <module>   s    

