zulip_bots, zulip_botserver: Add PEP 561 type annotation markers.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
567d6ebc25
commit
c6a52d798e
4 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,7 @@ package_info = dict(
|
|||
],
|
||||
},
|
||||
test_suite='tests',
|
||||
package_data={'zulip_botserver': ['py.typed']},
|
||||
) # type: Dict[str, Any]
|
||||
|
||||
setuptools_info = dict(
|
||||
|
|
0
zulip_botserver/zulip_botserver/py.typed
Normal file
0
zulip_botserver/zulip_botserver/py.typed
Normal file
Loading…
Add table
Add a link
Reference in a new issue