mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 02:09:17 +02:00
another try at travis run
This commit is contained in:
parent
167bc55296
commit
efe8aca51c
3 changed files with 13 additions and 6 deletions
|
@ -7,7 +7,7 @@ setuptools.setup(
|
|||
description='Python bindings for deltachat-core using CFFI',
|
||||
author='Delta Chat contributors',
|
||||
setup_requires=['cffi>=1.0.0'],
|
||||
install_requires=['cffi>=1.0.0'],
|
||||
install_requires=['cffi>=1.0.0', 'requests'],
|
||||
packages=setuptools.find_packages('src'),
|
||||
package_dir={'': 'src'},
|
||||
cffi_modules=['src/deltachat/_build.py:ffibuilder'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue