Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
151 stars 63 forks source link

Add a py.typed file for PEP 561 compliance #43

Closed brettcannon closed 4 years ago

brettcannon commented 4 years ago

The code seems to be fully-typed, in which case a py.typed file is needed in azure/functions to mark the package as being typed.

https://www.python.org/dev/peps/pep-0561/#packaging-type-information

Hazhzeng commented 4 years ago

Thanks for reminding @brettcannon, I will add the marker in the next release.