
"""Package information"""

__project__ = "python3-otr"
__summary__ = "Off-The-Record Messaging (OTR) protocol implementation for python"
__webpage__ = "https://github.com/AGProjects/python3-otr"

__version__ = "2.1"

__author__ = "AG Projects"
__email__ = "support@ag-projects.com"

__license__ = "LGPL"
__copyright__ = "Copyright 2024 {}".format(__author__)
