__all__ = [ "project" ]

project = {
    "name"         : "OMEMO",
    "description"  : "A Python implementation of the OMEMO Multi-End Message and Object Encryption protocol.",
    "url"          : "https://github.com/Syndace/python-omemo",
    "year"         : "2024",
    "author"       : "Tim Henkes (Syndace)",
    "author_email" : "me@syndace.dev",
    "categories"   : [
        "Topic :: Communications :: Chat",
        "Topic :: Security :: Cryptography"
    ]
}
