mirror of
https://github.com/ArcaneChat/core.git
synced 2026-07-03 14:05:33 +02: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"])
|