generate python type hints during pip build
parent
46765ecfa6
commit
353ff644fc
|
@ -13,6 +13,7 @@ package_data = {
|
||||||
"./*.so",
|
"./*.so",
|
||||||
"./*.dll",
|
"./*.dll",
|
||||||
"./*.pyd",
|
"./*.pyd",
|
||||||
|
"*.pyi", "**/*.pyi", # Add the type hints
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue