Merge pull request #209 from pgiraud/add_py.typed

Adding a py.typed to avoid mypy errors when importing module
This commit is contained in:
Tulir Asokan 2023-06-26 13:29:53 +03:00 committed by GitHub
commit 2c36e8265b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

0
maubot/py.typed Normal file
View file

View file

@ -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"],