packaging: Add py.typed marker file & install in setup.py.
This follows the provisional new PEP 561: https://www.python.org/dev/peps/pep-0561/.
This commit is contained in:
parent
7339adc7cf
commit
55d75b11bc
|
@ -49,6 +49,7 @@ package_info = dict(
|
|||
'zulip-api-examples=zulip.api_examples:main'
|
||||
],
|
||||
},
|
||||
package_data={'zulip': ["py.typed"]},
|
||||
) # type: Dict[str, Any]
|
||||
|
||||
setuptools_info = dict(
|
||||
|
|
0
zulip/zulip/py.typed
Normal file
0
zulip/zulip/py.typed
Normal file
Loading…
Reference in a new issue