telegram-oauth/aioauth_fastapi/__version__.py
2024-01-14 16:04:25 +08:00

9 lines
300 B
Python

__title__ = "aioauth_fastapi"
__description__ = "aioauth integration for FastAPI."
__url__ = "https://github.com/aliev/aioauth-fastapi"
__version__ = "0.1.2"
__author__ = "Ali Aliyev"
__author_email__ = "ali@aliev.me"
__license__ = "The MIT License (MIT)"
__copyright__ = "Copyright 2021 Ali Aliyev"