Maxime “pep” Buquet
3858d80510
Requires poezio update (3577f887). This simplifies some things for the tooling. No more name conflicts with the omemo library for one, and no need for an almost empty folder. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
18 lines
414 B
Python
18 lines
414 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
# vim:fenc=utf-8
|
|
#
|
|
# Copyright © 2019 Maxime “pep” Buquet <pep@bouah.net>
|
|
#
|
|
# Distributed under terms of the GPLv3+ license.
|
|
|
|
"""
|
|
Slixmpp OMEMO plugin
|
|
Copyright © 2019 Maxime “pep” Buquet <pep@bouah.net>
|
|
This file is part of poezio-omemo.
|
|
|
|
See the file LICENSE for copying permission.
|
|
"""
|
|
|
|
__version__ = "0.2.0"
|
|
__version_info__ = (0, 2, 0)
|