Python bindings: add py.typed to wheels

This commit is contained in:
Brendan Abolivier 2022-10-06 17:59:11 +00:00 committed by Hubert Chathi
parent ed94b56d16
commit df2cfcb6d0

View file

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