From 38c3a59f24eeb7c9d34d73fbc81df1a24bd6cc45 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Fri, 26 Nov 2021 13:57:45 +0800 Subject: [PATCH] update pyproj --- pyproject.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8193608..65737d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,14 +8,18 @@ homepage = "https://github.com/felinae98/nonebot-bison" keywords = ["nonebot", "nonebot2", "qqbot"] readme = "README.md" packages = [ - { include = "nonebot_bison/*.py", from = "./src/plugins/" }, - { include = "nonebot_bison/platform/*.py", from = "./src/plugins/" } + { include = "nonebot_bison", from = "./src/plugins/" } +] +include = [ + "src/plugins/nonebot_bison/admin_page/dist/**/*" ] classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Operating System :: POSIX :: Linux", + "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: Implementation :: CPython" + "Programming Language :: Python :: Implementation :: CPython", + "License :: OSI Approved :: MIT License" ] [tool.poetry.dependencies]