mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
5 lines
120 B
Python
5 lines
120 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup(cffi_modules=["src/deltachat/_build.py:ffibuilder"])
|