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:
parent
9f56b6e789
commit
3154f64fb5
8 changed files with 61 additions and 45 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue