a
    Lf                     @   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dZe	d	krPe  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  sX|   |jrlt	dt
   |jrtt
 d d d }t	|  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   Zpkgconfigdirr   resolve)parserargs_path r   J/var/www/ai-form-bot/venv/lib/python3.9/site-packages/numpy/_configtool.pymain	   s2    r   __main__)
r   pathlibr   r   r   r   Zlib._utils_implr   r   __name__r   r   r   r   <module>   s   