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:
parent
9d22585cea
commit
dd060d7cf2
3 changed files with 76 additions and 13 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue