We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716cb7d + c853631 commit 6ffc89fCopy full SHA for 6ffc89f
2 files changed
mssql_python/py.typed
@@ -0,0 +1 @@
1
+
setup.py
@@ -107,6 +107,7 @@ def finalize_options(self):
107
package_data={
108
# Include PYD and DLL files inside mssql_python, exclude YML files
109
"mssql_python": [
110
+ "py.typed", # Marker file for PEP 561 typing support
111
"ddbc_bindings.cp*.pyd", # Include all PYD files
112
"ddbc_bindings.cp*.so", # Include all SO files
113
"libs/*",
0 commit comments