Python bindings: add `py.typed` to wheels

rav/simpler_megolm
Brendan Abolivier 2022-10-06 17:59:11 +00:00 committed by Hubert Chathi
parent ed94b56d16
commit df2cfcb6d0
1 changed files with 4 additions and 1 deletions

View File

@ -27,5 +27,8 @@ setup(
"future",
"typing;python_version<'3.5'"
],
zip_safe=False
zip_safe=False,
package_data={
"olm": ["py.typed"]
}
)