1- [tool . poetry ]
1+ [project ]
22name = " nonebot_plugin_bilifan"
3- version = " 0.4.4 "
3+ dynamic = [ " version " ]
44description = " 刷站粉丝牌子的机器人插件"
5- authors = [
" Agnes_Digital <[email protected] >" ]
6- license = " GPLv3"
5+ authors = [{
name =
" Agnes_Digital" ,
email =
" [email protected] " }]
6+ requires-python = " >=3.9,<4.0"
7+ dependencies = [
8+ " nonebot-adapter-onebot>=2.2.5" ,
9+ " nonebot2>=2.1.0" ,
10+ " nonebot_plugin_apscheduler>=0.3.0" ,
11+ " nonebot_plugin_alconna>=0.50.0" ,
12+ " pillow>=10.0.0" ,
13+ " aiohttp-socks>=0.8.0" ,
14+ " pyyaml>=6.0" ,
15+ " qrcode>=7.4.2" ,
16+ " anyio>=4.6.2"
17+ ]
718readme = " README.md"
8- homepage = " https://github.com/Agnes4m/nonebot_plugin_bilifan "
19+ license = { text = " GPLv3 " }
920repository = " https://github.com/Agnes4m/nonebot_plugin_bilifan"
1021keywords = [" bilibili" , " nonebot2" , " plugin" ]
1122classifiers = [
@@ -22,22 +33,8 @@ include = [
2233 " LICENSE" ," README.md"
2334]
2435
25- [tool .poetry .dependencies ]
26- python = " ^3.9"
27- nonebot2 = " ^2.1.0"
28- nonebot-adapter-onebot = " >=2.2.5"
29- nonebot_plugin_apscheduler = " >=0.3.0"
30- nonebot_plugin_alconna = " >=0.50.0"
31- pillow = " >=10.0.0"
32- aiohttp-socks = " ^0.8.0"
33- pyyaml = " ^6.0"
34- qrcode = " ^7.4.2"
35- anyio = " >=4.6.2"
36-
37- [build-system ]
38- requires = [" poetry-core>=1.0.0" ]
39- build-backend = " poetry.core.masonry.api"
40-
36+ [project .urls ]
37+ homepage = " https://github.com/Agnes4m/nonebot_plugin_bilifan"
4138
4239[tool .black ]
4340line-length = 89
@@ -53,4 +50,16 @@ line-ending = "lf"
5350combine-as-imports = true
5451detect-same-package = true
5552extra-standard-library = [" typing_extensions" ]
56- split-on-trailing-comma = true
53+ split-on-trailing-comma = true
54+
55+ [project .entry-points .nb ]
56+ bootstrap = " nonebot_plugin_bilifan.plugin:install"
57+
58+
59+
60+ [build-system ]
61+ requires = [" hatchling" ]
62+ build-backend = " hatchling.build"
63+
64+ [tool .hatch .version ]
65+ path = " nonebot_plugin_bilifan/__init__.py"
0 commit comments