Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
core
like
0
Model card
Files
Files and versions
xet
Community
main
core
/
python
/
setup.py
AbdulElahGwaith
Upload folder using huggingface_hub
0220cd3
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
120 Bytes
from
setuptools
import
setup
if
__name__ ==
"__main__"
:
setup(cffi_modules=[
"src/deltachat/_build.py:ffibuilder"
])