telegram-oauth/aioauth_fastapi/__version__.py

9 lines
300 B
Python
Raw Permalink Normal View History

2024-01-14 08:04:25 +00:00
__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"