Commit c853631
FEAT: Add py.typed marker (#367)
Fixes #359
### Summary
- add PEP 561 py.typed marker so type checkers see bundled stubs
- include marker in package_data for distribution
### Rationale
- fixes missing typing marker reported in #359 to avoid linter warnings
after install
### Changes
- add mssql_python/py.typed
- ship py.typed via setup.py package_data
---------
Co-authored-by: Gaurav Sharma <sharmag@microsoft.com>1 parent be55129 commit c853631
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments