From dffb9c17c5c8ba800ff2717494881fb6a65ac845 Mon Sep 17 00:00:00 2001 From: water_lift <0xWATERx0@gmail.com> Date: Sun, 23 Aug 2020 19:21:04 +0800 Subject: [PATCH] include py.typed in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cf97cda3..a5a0c6f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ] +include = ["nonebot/py.typed"] [tool.poetry.dependencies] python = "^3.7"