import pygitweb.__meta__
from pygitweb.main import app as app

"""
Git Repo Browser built with FastAPI + Pygit2
"""
__version__ = pygitweb.__meta__.__version__
__author__ = pygitweb.__meta__.__author__
__description__ = pygitweb.__meta__.__description__
__url__ = pygitweb.__meta__.__url__
__license__ = pygitweb.__meta__.__license__