From 659e2243a88ad306514477c7fee690524449ac52 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Sat, 12 Sep 2020 13:53:18 +0800 Subject: [PATCH] :bug: change the project name into nonebot2 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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]