PYTHON-3092 Add Type Discovery Files (#863)
This commit is contained in:
parent
0700a84432
commit
80314255d7
@ -12,3 +12,6 @@ include tools/README.rst
|
|||||||
recursive-include test *.pem
|
recursive-include test *.pem
|
||||||
recursive-include test *.py
|
recursive-include test *.py
|
||||||
recursive-include bson *.h
|
recursive-include bson *.h
|
||||||
|
include bson/py.typed
|
||||||
|
include gridfs/py.typed
|
||||||
|
include pymongo/py.typed
|
||||||
|
|||||||
2
bson/py.typed
Normal file
2
bson/py.typed
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# PEP-561 Support File.
|
||||||
|
# "Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing".
|
||||||
2
gridfs/py.typed
Normal file
2
gridfs/py.typed
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# PEP-561 Support File.
|
||||||
|
# "Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing".
|
||||||
2
pymongo/py.typed
Normal file
2
pymongo/py.typed
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# PEP-561 Support File.
|
||||||
|
# "Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing".
|
||||||
Loading…
Reference in New Issue
Block a user