File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ include tools/README.rst
12
12
recursive-include test *.pem
13
13
recursive-include test *.py
14
14
recursive-include bson *.h
15
+ include bson/py.typed
16
+ include gridfs/py.typed
17
+ include pymongo/py.typed
Original file line number Diff line number Diff line change
1
+ # PEP-561 Support File.
2
+ # "Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing".
Original file line number Diff line number Diff line change
1
+ # PEP-561 Support File.
2
+ # "Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing".
Original file line number Diff line number Diff line change
1
+ # PEP-561 Support File.
2
+ # "Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing".
You can’t perform that action at this time.
0 commit comments