include py.typed in pyproject.toml

This commit is contained in:
water_lift 2020-08-23 19:21:04 +08:00 committed by GitHub
parent d68fbdbacf
commit dffb9c17c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3"
]
include = ["nonebot/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"