o
    +ke[                     @   sJ   d dl mZ ddlmZ eeZejjZe	dd eD s#J de dS )    )parse   )versionc                 c   s    | ]}t |tV  qd S )N)
isinstanceint).0v r	   1usr/lib/python3.10/site-packages/borg/__init__.py	<genexpr>   s    r   zbroken borgbackup version metadata: %r

version metadata is obtained dynamically on installation via setuptools_scm,
please ensure your git repo has the correct tags or you provide the version
using SETUPTOOLS_SCM_PRETEND_VERSION in your build script.
N)
packaging.versionr   parse_version_versionr   __version__Z_vreleaseZ__version_tuple__allr	   r	   r	   r
   <module>   s    