diff --git a/pyproject.toml b/pyproject.toml index 3967ff1c..388a5d18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,9 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ] +packages = [ + { include = "nonebot" } +] include = ["nonebot/py.typed"] [tool.poetry.dependencies]