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

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