__project__ = "openxcap"
__fullname__ = "OpenXCAP"
__version__ = "3.1.1"
__author__ = "AG Projects"
__author_email__ = "support@ag-projects.com"
__description__ = "An open source XCAP server"
__license__ = "GPL-3.0-or-later"
__url__ = "https://openxcap.org"
__repository__ = "https://github.com/AGProjects/openxcap"
__status__ = "Development"

# Additional metadata (optional)
__maintainer__ = "AG Projects"
__maintainer_email__ = "support@ag-projects.com"
__docs_url__ = __url__
