make the package a package

This commit is contained in:
saces 2026-02-10 00:08:30 +01:00
parent 914faa6596
commit aed1337137
7 changed files with 58 additions and 1 deletions

View file

@ -8,7 +8,9 @@ ffibuilder.set_source(
source=""" //passed to the real C compiler
#include "libmxclient.h"
""",
libraries=["mxclient"],
libraries=["mxclient", "olm"],
library_dirs=["."],
include_dirs=["."],
)
ffibuilder.cdef(