__all__ = [ "project" ]  # pylint: disable=unused-variable

project = {
    "name"         : "X3DH",
    "description"  : "A Python implementation of the Extended Triple Diffie-Hellman key agreement protocol.",
    "url"          : "https://github.com/Syndace/python-x3dh",
    "year"         : "2022",
    "author"       : "Tim Henkes (Syndace)",
    "author_email" : "me@syndace.dev",
    "categories"   : [
        "Topic :: Security :: Cryptography"
    ]
}
