1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00

(flub,hpk) introduce automated building of deltachat python bindings (as wheels) and upload them m.devpi.net/dc/BRANCHNAME

This commit is contained in:
holger krekel 2019-03-24 17:56:08 +01:00
parent 9f56b6e789
commit 3154f64fb5
No known key found for this signature in database
GPG key ID: 8E3B03A279B772D6
8 changed files with 61 additions and 45 deletions

View file

@ -10,7 +10,7 @@ def main():
version=version,
description='Python bindings for deltachat-core using CFFI',
long_description=long_description,
author='holger krekel, bjoern petersen and contributors',
author='holger krekel, Floris Bruynooghe, Bjoern Petersen and contributors',
setup_requires=['cffi>=1.0.0'],
install_requires=['cffi>=1.0.0', 'requests', 'attrs', 'six'],
packages=setuptools.find_packages('src'),