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

project = {
    "name"         : "Oldmemo",
    "description"  : "Backend implementation of the namespace `eu.siacs.conversations.axolotl` for"
                     " python-omemo.",
    "url"          : "https://github.com/Syndace/python-oldmemo",
    "year"         : "2022",
    "author"       : "Tim Henkes (Syndace)",
    "author_email" : "me@syndace.dev",
    "categories"   : [
        "Topic :: Communications :: Chat",
        "Topic :: Security :: Cryptography"
    ]
}
