
"""Package information"""

__project__ = "python-sipsimple"
__summary__ = "SIP SIMPLE implementation for Python"
__webpage__ = "https://sipsimpleclient.org"

__version__ = "3.6.0"

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

__license__ = "GPL"
__copyright__ = "Copyright 2008-2021 {}".format(__author__)
