generate python type hints during pip build

release/4.3a0
Varun Agrawal 2022-07-24 12:40:11 -04:00
parent 46765ecfa6
commit 353ff644fc
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ package_data = {
"./*.so", "./*.so",
"./*.dll", "./*.dll",
"./*.pyd", "./*.pyd",
"*.pyi", "**/*.pyi", # Add the type hints
] ]
} }