prepare 0.600.0 release

This commit is contained in:
holger krekel
2019-07-10 16:10:23 +02:00
parent deb160cce9
commit 3bca349194
3 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ def main():
setuptools.setup(
name='deltachat',
version=version,
description='Python bindings for deltachat-core using CFFI',
description='Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat',
long_description=long_description,
author='holger krekel, Floris Bruynooghe, Bjoern Petersen and contributors',
setup_requires=['cffi>=1.0.0'],