1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 02:09:17 +02:00

implement enough API to mark messages as noticed and seen, and check that MDNs arrives back

also fix up setup.py
This commit is contained in:
holger krekel 2018-09-14 00:53:44 +02:00
parent 9d22585cea
commit dd060d7cf2
3 changed files with 76 additions and 13 deletions

View file

@ -9,7 +9,7 @@ def main():
version='0.1',
description='Python bindings for deltachat-core using CFFI',
long_description = long_description,
author='Delta Chat contributors',
author='holger krekel and contributors',
setup_requires=['cffi>=1.0.0'],
install_requires=['cffi>=1.0.0', 'requests', 'attr'],
packages=setuptools.find_packages('src'),