yinkaisheng / Python-UIAutomation-for-Windows

🐍Python 3 wrapper of Microsoft UIAutomation. Support UIAutomation for MFC, WindowsForm, WPF, Modern UI(Metro UI), Qt, IE, Firefox, Chrome ...
Apache License 2.0
2.3k stars 462 forks source link

Add py.typed to the distribution #259

Open fabioz opened 9 months ago

fabioz commented 9 months ago

It seems that a big chunk of the code is typed in the project, yet, mypy doesn't use it because py.typed is not added.

It'd be nice if py.typed would be added to the distribution so that mypy properly uses it.