Python bindings: add py.typed
to wheels
This commit is contained in:
parent
ed94b56d16
commit
df2cfcb6d0
1 changed files with 4 additions and 1 deletions
|
@ -27,5 +27,8 @@ setup(
|
|||
"future",
|
||||
"typing;python_version<'3.5'"
|
||||
],
|
||||
zip_safe=False
|
||||
zip_safe=False,
|
||||
package_data={
|
||||
"olm": ["py.typed"]
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue