diff --git a/maubot/py.typed b/maubot/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 51687cc..2472222 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ setuptools.setup( "management/frontend/build/static/css/*", "management/frontend/build/static/js/*", "management/frontend/build/static/media/*", + "py.typed", ], "maubot.cli": ["res/*"], "maubot.standalone": ["example-config.yaml"],