Skip to content

Commit 9947177

Browse files
authored
fix: Added py.typed file for mypy to recognise type hints (#657)
Closes: SDK-1916
1 parent 125399c commit 9947177

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

boxsdk/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def main():
9595
classifiers=CLASSIFIERS,
9696
keywords='box oauth2 sdk',
9797
license='Apache Software License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0',
98+
package_data={'boxsdk': ['py.typed']},
9899
)
99100

100101

0 commit comments

Comments
 (0)